HomeSort by relevance Sort by last modified time
    Searched defs:Gate (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/media/libaudiojni/
Gate.h 25 // Gate is a synchronization object.
30 // When a gate is opened, all waiting threads will pass through.
32 // Since gate holds no external locks, consistency with external
36 // arrived at the gate via wait(). Each thread entering
41 // passed the gate. If the waitId is less than or equal to the mPassCount
42 // then that thread has passed the gate. An open gate sets mPassedCount
47 class Gate {
49 Gate(bool open = false) :
56 // waits for the gate to open, returns immediately if gate is already open
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 1306 milliseconds