Home
last modified time | relevance | path

Searched defs:_GThreadFunctions (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/glib/deprecated/
Dgthread.h56 struct _GThreadFunctions struct
58 GMutex* (*mutex_new) (void);
59 void (*mutex_lock) (GMutex *mutex);
60 gboolean (*mutex_trylock) (GMutex *mutex);
61 void (*mutex_unlock) (GMutex *mutex);
62 void (*mutex_free) (GMutex *mutex);
63 GCond* (*cond_new) (void);
64 void (*cond_signal) (GCond *cond);
65 void (*cond_broadcast) (GCond *cond);
66 void (*cond_wait) (GCond *cond,
[all …]