Home
last modified time | relevance | path

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

/lib/
Dlocking-selftest-rtmutex.h2 #undef LOCK
3 #define LOCK RTL macro
Dlocking-selftest-mutex.h2 #undef LOCK
3 #define LOCK ML macro
Dlocking-selftest-spin.h2 #undef LOCK
3 #define LOCK L macro
Dlocking-selftest-rsem.h2 #undef LOCK
3 #define LOCK RSL macro
Dlocking-selftest-wlock.h2 #undef LOCK
3 #define LOCK WL macro
Dlocking-selftest-rlock.h2 #undef LOCK
3 #define LOCK RL macro
Dlocking-selftest-wsem.h2 #undef LOCK
3 #define LOCK WSL macro
Dlocking-selftest.c266 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x)
297 LOCK(X1); \
298 LOCK(X2); /* this one should fail */
720 LOCK(A); \
752 LOCK(A); \
784 LOCK(A); \
790 LOCK(A); \
823 LOCK(A); \
830 LOCK(A); \
855 LOCK(A); \
[all …]