Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgthread.h78 struct _GThreadFunctions struct
80 GMutex* (*mutex_new) (void);
81 void (*mutex_lock) (GMutex *mutex);
82 gboolean (*mutex_trylock) (GMutex *mutex);
83 void (*mutex_unlock) (GMutex *mutex);
84 void (*mutex_free) (GMutex *mutex);
85 GCond* (*cond_new) (void);
86 void (*cond_signal) (GCond *cond);
87 void (*cond_broadcast) (GCond *cond);
88 void (*cond_wait) (GCond *cond,
[all …]