ThreadFunctions
This function table is no longer used by g_thread_init() to initialize the thread system.
Skipped during bindings generation
field
mutex_new
: Fields with callbacks are not supportedfield
mutex_lock
: Fields with callbacks are not supportedfield
mutex_trylock
: Fields with callbacks are not supportedfield
mutex_unlock
: Fields with callbacks are not supportedfield
mutex_free
: Fields with callbacks are not supportedfield
cond_new
: Fields with callbacks are not supportedfield
cond_signal
: Fields with callbacks are not supportedfield
cond_broadcast
: Fields with callbacks are not supportedfield
cond_wait
: Fields with callbacks are not supportedfield
cond_timed_wait
: Fields with callbacks are not supportedfield
cond_free
: Fields with callbacks are not supportedfield
private_new
: Fields with callbacks are not supportedfield
private_get
: Fields with callbacks are not supportedfield
private_set
: Fields with callbacks are not supportedfield
thread_create
: Fields with callbacks are not supportedfield
thread_yield
: Fields with callbacks are not supportedfield
thread_join
: Fields with callbacks are not supportedfield
thread_exit
: Fields with callbacks are not supportedfield
thread_set_priority
: Fields with callbacks are not supportedfield
thread_self
: Fields with callbacks are not supportedfield
thread_equal
: Fields with callbacks are not supported
Constructors
Allocate a new ThreadFunctions.
Allocate a new ThreadFunctions using the provided AutofreeScope.