Searched refs:COND_FLAG_MONOTONIC (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/pthread/
H A Dpthread_cond.cpp22 #define COND_FLAG_MONOTONIC 0x02 macro
42 cond->flags |= COND_FLAG_MONOTONIC;
162 (cond->flags & COND_FLAG_MONOTONIC) != 0 ? CLOCK_MONOTONIC : CLOCK_REALTIME,

Completed in 81 milliseconds