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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dtest_mutex.c128 enum {LOCKER, WAKEUP, PARENT} rtype; enumerator in enum:__anon6347
171 rtype = LOCKER;
209 if (rtype == LOCKER || rtype == WAKEUP) {
223 if ((rtype == LOCKER ?
226 if ((rtype == LOCKER ? locker_wait() : wakeup_wait()) != 0)

Completed in 54 milliseconds