gtkc.gthread

Undocumented in source.

Members

Aliases

g_bit_lock
alias g_bit_lock = c_g_bit_lock
Undocumented in source.
g_bit_trylock
alias g_bit_trylock = c_g_bit_trylock
Undocumented in source.
g_bit_unlock
alias g_bit_unlock = c_g_bit_unlock
Undocumented in source.
g_cond_broadcast
alias g_cond_broadcast = c_g_cond_broadcast
Undocumented in source.
g_cond_clear
alias g_cond_clear = c_g_cond_clear
Undocumented in source.
g_cond_init
alias g_cond_init = c_g_cond_init
Undocumented in source.
g_cond_signal
alias g_cond_signal = c_g_cond_signal
Undocumented in source.
g_cond_timed_wait
alias g_cond_timed_wait = c_g_cond_timed_wait
Undocumented in source.
g_cond_wait
alias g_cond_wait = c_g_cond_wait
Undocumented in source.
g_cond_wait_until
alias g_cond_wait_until = c_g_cond_wait_until
Undocumented in source.
g_get_num_processors
alias g_get_num_processors = c_g_get_num_processors
Undocumented in source.
g_mutex_clear
alias g_mutex_clear = c_g_mutex_clear
Undocumented in source.
g_mutex_init
alias g_mutex_init = c_g_mutex_init
Undocumented in source.
g_mutex_lock
alias g_mutex_lock = c_g_mutex_lock
Undocumented in source.
g_mutex_trylock
alias g_mutex_trylock = c_g_mutex_trylock
Undocumented in source.
g_mutex_unlock
alias g_mutex_unlock = c_g_mutex_unlock
Undocumented in source.
g_once_init_enter
alias g_once_init_enter = c_g_once_init_enter
Undocumented in source.
g_once_init_leave
alias g_once_init_leave = c_g_once_init_leave
Undocumented in source.
g_pointer_bit_lock
alias g_pointer_bit_lock = c_g_pointer_bit_lock
Undocumented in source.
g_pointer_bit_trylock
alias g_pointer_bit_trylock = c_g_pointer_bit_trylock
Undocumented in source.
g_pointer_bit_unlock
alias g_pointer_bit_unlock = c_g_pointer_bit_unlock
Undocumented in source.
g_private_get
alias g_private_get = c_g_private_get
Undocumented in source.
g_private_replace
alias g_private_replace = c_g_private_replace
Undocumented in source.
g_private_set
alias g_private_set = c_g_private_set
Undocumented in source.
g_rec_mutex_clear
alias g_rec_mutex_clear = c_g_rec_mutex_clear
Undocumented in source.
g_rec_mutex_init
alias g_rec_mutex_init = c_g_rec_mutex_init
Undocumented in source.
g_rec_mutex_lock
alias g_rec_mutex_lock = c_g_rec_mutex_lock
Undocumented in source.
g_rec_mutex_trylock
alias g_rec_mutex_trylock = c_g_rec_mutex_trylock
Undocumented in source.
g_rec_mutex_unlock
alias g_rec_mutex_unlock = c_g_rec_mutex_unlock
Undocumented in source.
g_rw_lock_clear
alias g_rw_lock_clear = c_g_rw_lock_clear
Undocumented in source.
g_rw_lock_init
alias g_rw_lock_init = c_g_rw_lock_init
Undocumented in source.
g_rw_lock_reader_lock
alias g_rw_lock_reader_lock = c_g_rw_lock_reader_lock
Undocumented in source.
g_rw_lock_reader_trylock
alias g_rw_lock_reader_trylock = c_g_rw_lock_reader_trylock
Undocumented in source.
g_rw_lock_reader_unlock
alias g_rw_lock_reader_unlock = c_g_rw_lock_reader_unlock
Undocumented in source.
g_rw_lock_writer_lock
alias g_rw_lock_writer_lock = c_g_rw_lock_writer_lock
Undocumented in source.
g_rw_lock_writer_trylock
alias g_rw_lock_writer_trylock = c_g_rw_lock_writer_trylock
Undocumented in source.
g_rw_lock_writer_unlock
alias g_rw_lock_writer_unlock = c_g_rw_lock_writer_unlock
Undocumented in source.
g_thread_exit
alias g_thread_exit = c_g_thread_exit
Undocumented in source.
g_thread_join
alias g_thread_join = c_g_thread_join
Undocumented in source.
g_thread_new
alias g_thread_new = c_g_thread_new
Undocumented in source.
g_thread_ref
alias g_thread_ref = c_g_thread_ref
Undocumented in source.
g_thread_self
alias g_thread_self = c_g_thread_self
Undocumented in source.
g_thread_try_new
alias g_thread_try_new = c_g_thread_try_new
Undocumented in source.
g_thread_unref
alias g_thread_unref = c_g_thread_unref
Undocumented in source.
g_thread_yield
alias g_thread_yield = c_g_thread_yield
Undocumented in source.

Static variables

c_g_bit_lock
void function(gint* address, gint lockBit) c_g_bit_lock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_bit_trylock
gboolean function(gint* address, gint lockBit) c_g_bit_trylock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_bit_unlock
void function(gint* address, gint lockBit) c_g_bit_unlock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_cond_broadcast
void function(GCond* cond) c_g_cond_broadcast;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_cond_clear
void function(GCond* cond) c_g_cond_clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_cond_init
void function(GCond* cond) c_g_cond_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_cond_signal
void function(GCond* cond) c_g_cond_signal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_cond_timed_wait
gboolean function(GCond* cond, GMutex* mutex, GTimeVal* absTime) c_g_cond_timed_wait;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_cond_wait
void function(GCond* cond, GMutex* mutex) c_g_cond_wait;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_cond_wait_until
gboolean function(GCond* cond, GMutex* mutex, gint64 endTime) c_g_cond_wait_until;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_get_num_processors
guint function() c_g_get_num_processors;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_mutex_clear
void function(GMutex* mutex) c_g_mutex_clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_mutex_init
void function(GMutex* mutex) c_g_mutex_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_mutex_lock
void function(GMutex* mutex) c_g_mutex_lock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_mutex_trylock
gboolean function(GMutex* mutex) c_g_mutex_trylock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_mutex_unlock
void function(GMutex* mutex) c_g_mutex_unlock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_once_init_enter
gboolean function(void* location) c_g_once_init_enter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_once_init_leave
void function(void* location, gsize result) c_g_once_init_leave;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_pointer_bit_lock
void function(void* address, gint lockBit) c_g_pointer_bit_lock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_pointer_bit_trylock
gboolean function(void* address, gint lockBit) c_g_pointer_bit_trylock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_pointer_bit_unlock
void function(void* address, gint lockBit) c_g_pointer_bit_unlock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_private_get
gpointer function(GPrivate* key) c_g_private_get;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_private_replace
void function(GPrivate* key, void* value) c_g_private_replace;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_private_set
void function(GPrivate* key, void* value) c_g_private_set;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_rec_mutex_clear
void function(GRecMutex* recMutex) c_g_rec_mutex_clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_rec_mutex_init
void function(GRecMutex* recMutex) c_g_rec_mutex_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_rec_mutex_lock
void function(GRecMutex* recMutex) c_g_rec_mutex_lock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_rec_mutex_trylock
gboolean function(GRecMutex* recMutex) c_g_rec_mutex_trylock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_rec_mutex_unlock
void function(GRecMutex* recMutex) c_g_rec_mutex_unlock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_rw_lock_clear
void function(GRWLock* rwLock) c_g_rw_lock_clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_rw_lock_init
void function(GRWLock* rwLock) c_g_rw_lock_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_rw_lock_reader_lock
void function(GRWLock* rwLock) c_g_rw_lock_reader_lock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_rw_lock_reader_trylock
gboolean function(GRWLock* rwLock) c_g_rw_lock_reader_trylock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_rw_lock_reader_unlock
void function(GRWLock* rwLock) c_g_rw_lock_reader_unlock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_rw_lock_writer_lock
void function(GRWLock* rwLock) c_g_rw_lock_writer_lock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_rw_lock_writer_trylock
gboolean function(GRWLock* rwLock) c_g_rw_lock_writer_trylock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_rw_lock_writer_unlock
void function(GRWLock* rwLock) c_g_rw_lock_writer_unlock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_thread_exit
void function(void* retval) c_g_thread_exit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_thread_join
gpointer function(GThread* thread) c_g_thread_join;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_thread_new
GThread* function(gchar* name, GThreadFunc func, void* data) c_g_thread_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_thread_ref
GThread* function(GThread* thread) c_g_thread_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_thread_self
GThread* function() c_g_thread_self;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_thread_try_new
GThread* function(gchar* name, GThreadFunc func, void* data, GError** error) c_g_thread_try_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_thread_unref
void function(GThread* thread) c_g_thread_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_g_thread_yield
void function() c_g_thread_yield;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta