Home
last modified time | relevance | path

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

/lib/
Dlocking-selftest-spin.h1 #undef LOCK
2 #define LOCK L macro
Dlocking-selftest-mutex.h1 #undef LOCK
2 #define LOCK ML macro
Dlocking-selftest-rlock.h1 #undef LOCK
2 #define LOCK RL macro
Dlocking-selftest-wlock.h1 #undef LOCK
2 #define LOCK WL macro
Dlocking-selftest-rsem.h1 #undef LOCK
2 #define LOCK RSL macro
Dlocking-selftest-wsem.h1 #undef LOCK
2 #define LOCK WSL macro
Dlocking-selftest.c217 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x)
248 LOCK(X1); \
249 LOCK(X2); /* this one should fail */
496 LOCK(A); \
523 LOCK(A); \
524 LOCK(B); \
551 LOCK(A); \
578 LOCK(A); \
584 LOCK(A); \
617 LOCK(A); \
[all …]