HomeSort by relevance Sort by last modified time
    Searched refs:WaitMode (Results 1 - 6 of 6) sorted by null

  /external/deqp/framework/delibs/decpp/
deSpinBarrier.hpp 48 enum WaitMode
66 void sync (WaitMode mode);
70 void removeThread (WaitMode mode);
deSpinBarrier.cpp 60 inline SpinBarrier::WaitMode getWaitMode (SpinBarrier::WaitMode requested, deUint32 numCores, deInt32 numThreads)
68 inline void wait (SpinBarrier::WaitMode mode)
76 void SpinBarrier::sync (WaitMode requestedMode)
79 const WaitMode waitMode = getWaitMode(requestedMode, m_numCores, cachedNumThreads);
92 wait(waitMode);
119 wait(waitMode);
127 void SpinBarrier::removeThread (WaitMode requestedMode)
130 const WaitMode waitMode = getWaitMode(requestedMode, m_numCores, cachedNumThreads)
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.h 242 bool WaitMode;
ProgressDialog2.cpp 236 WaitMode = false;
918 if (WaitMode)
1219 if (!WaitMode)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
wdm.h     [all...]

Completed in 267 milliseconds