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

/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dcall_once.c8 STATE_INIT = 0, // we're the first; run init enumerator in enum:__anon1820
14 static_assert(STATE_INIT == ONCE_FLAG_INIT, "");
18 switch (a_cas_shim(control, STATE_INIT, STATE_WAIT)) {
19 case STATE_INIT:

Completed in 24 milliseconds