Home
last modified time | relevance | path

Searched refs:ready (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
D__cxa_guard.cpp56 const static int ready = 0x1; variable
69 const static int ready = letoh32(0x1); variable
88 if (gv->state != ready) { in __cxa_guard_acquire()
102 if (__bionic_cmpxchg(pending, ready, &gv->state) == 0) { in __cxa_guard_release()
106 gv->state = ready; in __cxa_guard_release()