Home
last modified time | relevance | path

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

/lib/
Dlocking-selftest-spin.h4 #undef UNLOCK
5 #define UNLOCK U macro
Dlocking-selftest-mutex.h4 #undef UNLOCK
5 #define UNLOCK MU macro
Dlocking-selftest-rlock.h4 #undef UNLOCK
5 #define UNLOCK RU macro
Dlocking-selftest-wlock.h4 #undef UNLOCK
5 #define UNLOCK WU macro
Dlocking-selftest-rsem.h4 #undef UNLOCK
5 #define UNLOCK RSU macro
Dlocking-selftest-wsem.h4 #undef UNLOCK
5 #define UNLOCK WSU macro
Dlocking-selftest.c217 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x)
497 UNLOCK(A); \
498 UNLOCK(A); /* fail */
525 UNLOCK(A); /* fail */ \
526 UNLOCK(B);
579 UNLOCK(A); \
585 UNLOCK(A);
618 UNLOCK(A); \
626 UNLOCK(A);
650 UNLOCK(A); \
[all …]