OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_cond
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/glib/
gthread.c
806
else if (lock->want_to_read && lock->
read_cond
)
807
g_cond_broadcast (lock->
read_cond
);
821
g_static_rw_lock_wait (&lock->
read_cond
, &lock->mutex);
918
if (lock->
read_cond
)
920
g_cond_free (lock->
read_cond
);
921
lock->
read_cond
= NULL;
gthread.h
286
GCond *
read_cond
;
member in struct:_GStaticRWLock
Completed in 52 milliseconds