Home
last modified time | relevance | path

Searched defs:try_wait (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/interprocess/sync/posix/
Dsemaphore.hpp51 bool try_wait() in try_wait() function in boost::interprocess::ipcdetail::posix_semaphore
Dnamed_semaphore.hpp65 bool try_wait() in try_wait() function in boost::interprocess::ipcdetail::posix_named_semaphore
Dsemaphore_wrapper.hpp206 bool try_wait() in try_wait() function
/third_party/boost/boost/interprocess/sync/spin/
Dsemaphore.hpp72 inline bool spin_semaphore::try_wait() in try_wait() function in boost::interprocess::ipcdetail::spin_semaphore
/third_party/boost/boost/interprocess/sync/
Dinterprocess_semaphore.hpp130 inline bool interprocess_semaphore::try_wait() in try_wait() function in boost::interprocess::interprocess_semaphore
Dnamed_semaphore.hpp156 inline bool named_semaphore::try_wait() in try_wait() function in boost::interprocess::named_semaphore
/third_party/boost/boost/interprocess/sync/windows/
Dsemaphore.hpp85 inline bool windows_semaphore::try_wait(void) in try_wait() function in boost::interprocess::ipcdetail::windows_semaphore
Dwinapi_semaphore_wrapper.hpp60 bool try_wait() in try_wait() function in boost::interprocess::ipcdetail::winapi_semaphore_functions
Dnamed_semaphore.hpp161 inline bool windows_named_semaphore::try_wait() in try_wait() function in boost::interprocess::ipcdetail::windows_named_semaphore
/third_party/boost/boost/interprocess/sync/shm/
Dnamed_semaphore.hpp123 inline bool shm_named_semaphore::try_wait() in try_wait() function in boost::interprocess::ipcdetail::shm_named_semaphore
/third_party/skia/src/core/
DSkSemaphore.cpp74 bool SkSemaphore::try_wait() { in try_wait() function in SkSemaphore
/third_party/boost/boost/thread/
Dlatch.hpp81 bool try_wait() in try_wait() function in boost::latch
Dcompletion_latch.hpp118 bool try_wait() in try_wait() function in boost::completion_latch
/third_party/flutter/skia/src/core/
DSkSemaphore.cpp100 bool SkSemaphore::try_wait() { in try_wait() function in SkSemaphore
/third_party/boost/tools/build/src/engine/
Dexecnt.cpp877 static int try_wait( int const timeoutMillis ) in try_wait() function