_GThreadFunctions Struct Reference

#include <stdapis/glib-2.0/glib/gthread.h>

struct _GThreadFunctions

Member Attribute Documentation

cond_broadcast

void(*cond_broadcast

cond_free

void(*cond_free

cond_new

GCond *(*cond_new

cond_signal

void(*cond_signal

cond_timed_wait

gboolean(*cond_timed_wait

cond_wait

void(*cond_wait

mutex_free

void(*mutex_free

mutex_lock

void(*mutex_lock

mutex_new

GMutex *(*mutex_new

mutex_trylock

gboolean(*mutex_trylock

mutex_unlock

void(*mutex_unlock

private_get

gpointer(*private_get

private_new

GPrivate *(*private_new

private_set

void(*private_set

thread_create

void(*thread_create

thread_equal

gboolean(*thread_equal

thread_exit

void(*thread_exit

thread_join

void(*thread_join

thread_self

void(*thread_self

thread_set_priority

void(*thread_set_priority

thread_yield

void(*thread_yield