OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeOK
(Results
1 - 2
of
2
) sorted by null
/cts/suite/audio_quality/lib/src/audio/
Buffer.cpp
124
bool
writeOK
= true;
127
writeOK
= false;
130
return
writeOK
;
/external/python/cpython2/Demo/threads/
sync.py
436
self.
writeOK
= condition(self.rwOK) # OK to unblock writers
452
self.
writeOK
.signal()
459
self.
writeOK
.wait()
471
self.
writeOK
.signal()
Completed in 504 milliseconds