Searched defs:FUNLOCK (Results 1 – 2 of 2) sorted by relevance
12 #define FUNLOCK(f) do { if (__need_unlock) __unlockfile((f)); } while (0) macro20 #define FUNLOCK(f) do { DEBUG_ASSERT((f)->lock == -1); } while (0) macro
11 #define FUNLOCK(f) do { if (__need_unlock) __unlockfile((f)); } while (0) macro