Searched defs:ready (Results 1 - 1 of 1) sorted by relevance

/bionic/libstdc++/src/
H A Done_time_construction.cpp47 const static int ready = 0x1; variable
63 const static int ready = letoh32(0x1); variable
73 // ready: untouched, return 0
83 if (gv->state != ready) // __cxa_guard_abort was called, let every thread try since there is no return code for this condition
92 // pending -> ready
93 // waiting -> ready, and wake
96 if (__bionic_cmpxchg(pending, ready, &gv->state) == 0) {
100 gv->state = ready;

Completed in 81 milliseconds