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

/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dcall_once.c9 STATE_WAIT = 1, // another thread is running init; wait enumerator in enum:__anon1820
18 switch (a_cas_shim(control, STATE_INIT, STATE_WAIT)) {
25 case STATE_WAIT:
27 a_cas_shim(control, STATE_WAIT, STATE_WAKE);

Completed in 63 milliseconds