gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:funlockfile (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/local.h - 3.7KB - 102 lines
101: #define FLOCKFILE(fp)   do { if (__isthreaded) flockfile(fp); } while (0)
102: #define FUNLOCKFILE(fp) do { if (__isthreaded) funlockfile(fp); } while (0)