Home
last modified time | relevance | path

Searched refs:oldstate (Results 1 – 2 of 2) sorted by relevance

/third_party/ulib/musl/src/thread/
A Dcnd_timedwait.c26 int e, clock = c->_c_clock, oldstate; in cnd_timedwait() local
64 oldstate = a_cas_shim(&node.state, WAITING, LEAVING); in cnd_timedwait()
66 if (oldstate == WAITING) { in cnd_timedwait()
133 if (oldstate != WAITING && node.prev) { in cnd_timedwait()
/third_party/ulib/musl/pthread/
A Dpthread_cond_timedwait.c35 int e, clock = c->_c_clock, oldstate, tmp; in pthread_cond_timedwait() local
78 oldstate = a_cas_shim(&node.state, WAITING, LEAVING); in pthread_cond_timedwait()
80 if (oldstate == WAITING) { in pthread_cond_timedwait()
137 if (oldstate == WAITING) in pthread_cond_timedwait()

Completed in 4 milliseconds