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

/fuchsia/zircon/system/utest/fs/
H A Dtest-random-op.c29 #define DONE 0 macro
202 return DONE;
226 return DONE;
240 return DONE;
254 return DONE;
270 return DONE;
286 return DONE;
300 return DONE;
314 return DONE;
330 return DONE;
[all...]
H A Dtest-rw-workers.c26 #define DONE 1 macro
78 return DONE;
131 if (r == DONE) {
139 if (r == DONE) {
186 if (w->status == DONE) {
192 return busy_count ? BUSY : DONE;
204 if (r == DONE) {
279 w->status == DONE ? "finished" : "failed");
308 ASSERT_EQ(rc, DONE, "Thread joined, but failed");
/fuchsia/zircon/system/utest/fs-host/
H A Dtest-rw-workers.cpp13 #define DONE 1 macro
72 return DONE;
126 if (r == DONE) {
134 if (r == DONE) {
184 if (w->status == DONE) {
189 return busy_count ? BUSY : DONE;
197 if (r == DONE) {
/fuchsia/zircon/system/ulib/runtime/
H A Dthread.c18 // to DONE. If the thread was DETACHED prior to EXITING, this transition MAY
27 DONE, enumerator in enum:__anon1184
73 // As soon as thread->state has changed to to DONE, a caller of zxr_thread_join
82 // as soon as the state transitions to DONE, the joiner is free to unmap
88 _zx_futex_wake_handle_close_thread_exit(&thread->state, 1, DONE, handle);
109 // Cannot be in DONE, EXITING, or DETACHED and reach here. For DETACHED, it
131 // Cannot be in DONE or the EXITING and reach here.
185 // Wait until we reach the DONE state, even if we observe the
189 if (old_state != DONE)
211 // Fall-through to DONE cas
[all...]

Completed in 83 milliseconds