HomeSort by relevance Sort by last modified time
    Searched refs:want_to_write (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/glib/
gthread.c 804 if (lock->want_to_write && lock->write_cond)
820 while (lock->have_writer || lock->want_to_write)
838 if (!lock->have_writer && !lock->want_to_write)
871 lock->want_to_write++;
874 lock->want_to_write--;
gthread.h 291 guint want_to_write; member in struct:_GStaticRWLock

Completed in 1196 milliseconds