OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1246 milliseconds