Home
last modified time | relevance | path

Searched defs:TimedWait (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/base/include/
Di_semaphore.h26 bool TimedWait(int seconds) in TimedWait() function
/developtools/profiler/device/base/src/
Dposix_semaphore.cpp43 bool PosixSemaphore::TimedWait(int seconds, int nanoSeconds) in TimedWait() function in PosixSemaphore
Dstd_semaphore.cpp46 bool StdSemaphore::TimedWait(int seconds, int nanoSeconds) in TimedWait() function in StdSemaphore
Dpthread_semaphore.cpp54 bool PthreadSemaphore::TimedWait(int seconds, int nanoSeconds) in TimedWait() function in PthreadSemaphore