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

/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dcall_once.c10 STATE_DONE = 2, // another thread finished running init; just return enumerator in enum:__anon1820
22 if (atomic_exchange(control, STATE_DONE) == STATE_WAKE)
31 case STATE_DONE:
39 if (atomic_load(control) == STATE_DONE) {

Completed in 23 milliseconds