#include <stdapis/glib-2.0/glib/gthread.h>
| struct _GThreadFunctions |
| Public Attributes | |
|---|---|
| void(* | cond_broadcast |
| void(* | cond_free |
| GCond *(* | cond_new |
| void(* | cond_signal |
| gboolean(* | cond_timed_wait |
| void(* | cond_wait |
| void(* | mutex_free |
| void(* | mutex_lock |
| GMutex *(* | mutex_new |
| gboolean(* | mutex_trylock |
| void(* | mutex_unlock |
| gpointer(* | private_get |
| GPrivate *(* | private_new |
| void(* | private_set |
| void(* | thread_create |
| gboolean(* | thread_equal |
| void(* | thread_exit |
| void(* | thread_join |
| void(* | thread_self |
| void(* | thread_set_priority |
| void(* | thread_yield |