Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgthread.h282 struct _GStaticRWLock struct
285 GStaticMutex mutex;
286 GCond *read_cond;
287 GCond *write_cond;
288 guint read_counter;
289 gboolean have_writer;
290 guint want_to_read;
291 guint want_to_write;