OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:write_cond
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluez/audio/
android_audio_hw.c
121
pthread_cond_t
write_cond
; /* condition associated with write_busy flag */
member in struct:astream_out
242
ret = pthread_cond_timeout_np(&out->
write_cond
,
518
pthread_cond_signal(&out->
write_cond
);
/external/bluetooth/glib/glib/
gthread.h
287
GCond *
write_cond
;
member in struct:_GStaticRWLock
Completed in 44 milliseconds