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

/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dlock.h35 static inline status_t UNLOCK(lock *l) function
H A Dwebsearchfs.h19 #define UNLOCK mutex_unlock macro
/haiku/headers/private/userlandfs/legacy/
H A Dlock.h42 #define UNLOCK(l) if (atomic_add(&l.c, 1) < 0) release_sem(l.s); macro
/haiku/src/tests/kits/storage/virtualdrive/
H A Dlock.h34 #define UNLOCK(l) if (atomic_add(&l.c, 1) < 0) release_sem(l.s); macro
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dlock.h42 #define UNLOCK(l) if (atomic_add(&l.c, 1) < 0) release_sem(l.s); macro

Completed in 47 milliseconds