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

/macosx-10.9.5/BerkeleyDB-21/db/mutex/
H A Dtest_mutex.c128 enum {LOCKER, WAKEUP, PARENT} rtype; enumerator in enum:__anon357
171 rtype = LOCKER;
209 if (rtype == LOCKER || rtype == WAKEUP) {
223 if ((rtype == LOCKER ?
226 if ((rtype == LOCKER ? locker_wait() : wakeup_wait()) != 0)

Completed in 146 milliseconds