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-spin.h2 #undef LOCK
3 #define LOCK L macro
Dlocking-selftest-mutex.h2 #undef LOCK
3 #define LOCK ML macro
Dlocking-selftest-wsem.h2 #undef LOCK
3 #define LOCK WSL macro
Dlocking-selftest-wlock.h2 #undef LOCK
3 #define LOCK WL macro
Dlocking-selftest-rsem.h2 #undef LOCK
3 #define LOCK RSL macro
Dlocking-selftest-rlock.h2 #undef LOCK
3 #define LOCK RL macro
Dlocking-selftest.c255 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x)
286 LOCK(X1); \
287 LOCK(X2); /* this one should fail */
666 LOCK(A); \
698 LOCK(A); \
730 LOCK(A); \
736 LOCK(A); \
769 LOCK(A); \
776 LOCK(A); \
801 LOCK(A); \
[all …]