glib-d v0.0.2 (2018-08-18T15:28:15Z)
Dub
Repo
GOnce
glib
gthread
Undocumented in source.
struct
GOnce {
GOnceStatus
status
;
gpointer
retval
;
}
Members
Variables
retval
gpointer
retval
;
Undocumented in source.
status
GOnceStatus
status
;
Undocumented in source.
Meta
Source
See Implementation
glib
gthread
aliases
GThreadFunc
enums
GOnceStatus
GThreadError
functions
G_ONCE_INIT
G_PRIVATE_INIT
g_cond_broadcast
g_cond_clear
g_cond_init
g_cond_signal
g_cond_wait
g_cond_wait_until
g_get_num_processors
g_mutex_clear
g_mutex_init
g_mutex_lock
g_mutex_trylock
g_mutex_unlock
g_once_impl
g_once_init_enter
g_once_init_leave
g_private_get
g_private_replace
g_private_set
g_rec_mutex_clear
g_rec_mutex_init
g_rec_mutex_lock
g_rec_mutex_trylock
g_rec_mutex_unlock
g_rw_lock_clear
g_rw_lock_init
g_rw_lock_reader_lock
g_rw_lock_reader_trylock
g_rw_lock_reader_unlock
g_rw_lock_writer_lock
g_rw_lock_writer_trylock
g_rw_lock_writer_unlock
g_thread_error_quark
g_thread_exit
g_thread_join
g_thread_new
g_thread_ref
g_thread_self
g_thread_try_new
g_thread_unref
g_thread_yield
structs
GCond
GOnce
GPrivate
GRWLock
GRecMutex
GThread
unions
GMutex