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

/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_once.c41 #define ONCE_WAIT 0x03 macro
77 if (atomic_cmpset_acq_int(&once_control->state, state, ONCE_WAIT))
78 _thr_umtx_wait_uint(&once_control->state, ONCE_WAIT, NULL, 0);
79 } else if (state == ONCE_WAIT) {

Completed in 40 milliseconds