Searched refs:getTs (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/thread/detail/ |
D | platform_time.hpp | 135 timespec const& getTs() const { return ts_val; } in getTs() function 232 timespec const& getTs() const { return dur.getTs(); } in getTs() function 326 timespec const& getTs() const { return dur.getTs(); } in getTs() function
|
/third_party/boost/boost/thread/pthread/ |
D | mutex.hpp | 197 int const res=pthread_mutex_timedlock(&m,&timeout.getTs()); in do_try_lock_until() 238 int const cond_res=posix::pthread_cond_timedwait(&cond,&m,&timeout.getTs());
|
D | condition_variable.hpp | 122 cond_res=posix::pthread_cond_timedwait(&cond,the_mutex,&timeout.getTs()); in do_wait_until() 127 cond_res=posix::pthread_cond_timedwait(&cond,the_mutex,&timeout.getTs()); in do_wait_until() 474 res=posix::pthread_cond_timedwait(&cond,&internal_mutex,&timeout.getTs()); in do_wait_until()
|
D | recursive_mutex.hpp | 290 int const res=pthread_mutex_timedlock(&m,&timeout.getTs()); in do_try_lock_until() 350 int const cond_res=posix::pthread_cond_timedwait(&cond,&m,&timeout.getTs());
|
/third_party/boost/libs/thread/src/pthread/ |
D | thread.cpp | 454 BOOST_VERIFY(!pthread_delay_np(const_cast<timespec*>(&ts.getTs()))); in sleep_for_internal() 456 BOOST_VERIFY(!pthread_delay_np(&ts.getTs())); in sleep_for_internal() 459 nanosleep(&ts.getTs(), 0); in sleep_for_internal()
|