Home
last modified time | relevance | path

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

/lib/
Dlocking-selftest.c196 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x)
227 LOCK(X1); \
228 LOCK(X2); /* this one should fail */
475 LOCK(A); \
502 LOCK(A); \
503 LOCK(B); \
530 LOCK(A); \
557 LOCK(A); \
563 LOCK(A); \
596 LOCK(A); \
[all …]
Dlocking-selftest-spin.h1 #undef LOCK
2 #define LOCK L macro
Dlocking-selftest-mutex.h1 #undef LOCK
2 #define LOCK ML macro
Dlocking-selftest-rsem.h1 #undef LOCK
2 #define LOCK RSL 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-wsem.h1 #undef LOCK
2 #define LOCK WSL macro