mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
GThread doc additions
This commit is contained in:
@@ -606,11 +606,35 @@ g_thread_foreach
|
||||
|
||||
<SUBSECTION>
|
||||
GMutex
|
||||
G_MUTEX_INIT
|
||||
g_mutex_init
|
||||
g_mutex_clear
|
||||
g_mutex_new
|
||||
g_mutex_free
|
||||
g_mutex_lock
|
||||
g_mutex_trylock
|
||||
g_mutex_unlock
|
||||
g_mutex_free
|
||||
|
||||
<SUBSECTION>
|
||||
GRecMutex
|
||||
G_REC_MUTEX_INIT
|
||||
g_rec_mutex_init
|
||||
g_rec_mutex_clear
|
||||
g_rec_mutex_lock
|
||||
g_rec_mutex_trylock
|
||||
g_rec_mutex_unlock
|
||||
|
||||
<SUBSECTION>
|
||||
GRWLock
|
||||
G_RW_LOCK_INIT
|
||||
g_rw_lock_init
|
||||
g_rw_lock_clear
|
||||
g_rw_lock_writer_lock
|
||||
g_rw_lock_writer_trylock
|
||||
g_rw_lock_writer_unlock
|
||||
g_rw_lock_reader_lock
|
||||
g_rw_lock_reader_trylock
|
||||
g_rw_lock_reader_unlock
|
||||
|
||||
<SUBSECTION>
|
||||
GStaticMutex
|
||||
@@ -655,12 +679,16 @@ g_static_rw_lock_free
|
||||
|
||||
<SUBSECTION>
|
||||
GCond
|
||||
G_COND_INIT
|
||||
g_cond_new
|
||||
g_cond_signal
|
||||
g_cond_broadcast
|
||||
g_cond_free
|
||||
g_cond_init
|
||||
g_cond_clear
|
||||
g_cond_wait
|
||||
g_cond_timed_wait
|
||||
g_cond_free
|
||||
g_cond_timedwait
|
||||
g_cond_signal
|
||||
g_cond_broadcast
|
||||
|
||||
<SUBSECTION>
|
||||
GPrivate
|
||||
@@ -693,13 +721,8 @@ g_pointer_bit_trylock
|
||||
g_pointer_bit_unlock
|
||||
|
||||
<SUBSECTION Private>
|
||||
G_THREAD_ECF
|
||||
G_THREAD_CF
|
||||
G_THREAD_UF
|
||||
g_static_mutex_get_mutex_impl
|
||||
g_static_mutex_get_mutex_impl_shortcut
|
||||
G_MUTEX_DEBUG_MAGIC
|
||||
g_thread_init_with_errorcheck_mutexes
|
||||
G_LOCK_NAME
|
||||
glib_dummy_decl
|
||||
GSystemThread
|
||||
|
Reference in New Issue
Block a user