Searched defs:LOCK (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dlock.h28 static inline status_t LOCK(lock *l) function
H A Dwebsearchfs.h18 #define LOCK mutex_lock macro
/haiku/headers/private/userlandfs/legacy/
H A Dlock.h38 #undef LOCK macro
41 #define LOCK(l) if (atomic_add(&l.c, -1) <= 0) acquire_sem(l.s); macro
/haiku/src/tests/kits/storage/virtualdrive/
H A Dlock.h33 #define LOCK(l) if (atomic_add(&l.c, -1) <= 0) acquire_sem(l.s); macro
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dlock.h38 #undef LOCK macro
41 #define LOCK(l) if (atomic_add(&l.c, -1) <= 0) acquire_sem(l.s); macro

Completed in 36 milliseconds