Home
last modified time | relevance | path

Searched refs:getTs (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/thread/detail/
Dplatform_time.hpp135 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/
Dmutex.hpp197 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());
Dcondition_variable.hpp122 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()
Drecursive_mutex.hpp290 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/
Dthread.cpp454 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()