HomeSort by relevance Sort by last modified time
    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