Searched defs:FUNLOCK (Results 1 – 5 of 5) sorted by relevance
13 #define FUNLOCK(f) __unlockfile(f) macro
9 #define FUNLOCK(f) __unlockfile(f) macro
13 #define FUNLOCK(f) do { if (__need_unlock) __unlockfile((f)); } while (0) macro