Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
H A Dpthread_cond_timedwait.c59 LEAVING, enumerator
115 oldstate = a_cas(&node.state, WAITING, LEAVING); in __pthread_cond_timedwait()
120 * after seeing a LEAVING waiter without getting notified in __pthread_cond_timedwait()
202 /* Wait for any waiters in the LEAVING state to remove in __private_cond_signal()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_cond_timedwait.c79 LEAVING, enumerator
146 oldstate = a_cas(&node.state, WAITING, LEAVING); in __pthread_cond_timedwait()
150 * after seeing a LEAVING waiter without getting notified in __pthread_cond_timedwait()
229 /* Wait for any waiters in the LEAVING state to remove in __private_cond_signal()
261 /* Wait for any waiters in the LEAVING state to remove in __private_cond_signal()

Completed in 1 milliseconds