Home
last modified time | relevance | path

Searched refs:write_cond (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/glib/glib/
Dgthread.c804 if (lock->want_to_write && lock->write_cond) in g_static_rw_lock_signal()
805 g_cond_signal (lock->write_cond); in g_static_rw_lock_signal()
873 g_static_rw_lock_wait (&lock->write_cond, &lock->mutex); in g_static_rw_lock_writer_lock()
923 if (lock->write_cond) in g_static_rw_lock_free()
925 g_cond_free (lock->write_cond); in g_static_rw_lock_free()
926 lock->write_cond = NULL; in g_static_rw_lock_free()
Dgthread.h287 GCond *write_cond; member