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

/fuchsia/zircon/system/utest/core/handle-wait/
H A Dhandle-wait.c65 static atomic_int in_wait_event = ATOMIC_VAR_INIT(0); variable
108 atomic_store(&in_wait_event, 1);
110 atomic_store(&in_wait_event, 0);
121 if (atomic_load(&in_wait_event)) {

Completed in 23 milliseconds