Searched refs:write_cond (Results 1 – 2 of 2) sorted by relevance
804 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()
287 GCond *write_cond; member