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

/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dcall_once.c11 STATE_WAKE = 3, // another thread is running init, waiters present; wait enumerator in enum:__anon1820
22 if (atomic_exchange(control, STATE_DONE) == STATE_WAKE)
27 a_cas_shim(control, STATE_WAIT, STATE_WAKE);
28 case STATE_WAKE:
29 __wait(control, NULL, STATE_WAKE);

Completed in 23 milliseconds