Searched refs:want_lock (Results 1 – 2 of 2) sorted by relevance
56 want_lock = false; in OSDefineMetaClassAndStructors()117 want_lock = false; in unlock()147 result = !want_lock; in tryLock()149 want_lock = true; in tryLock()165 while (want_lock && thread_res == THREAD_AWAKENED) { in lock()170 want_lock = true; in lock()
52 volatile bool want_lock; variable