gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:FLOCKFILE (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/local.h - 3.7KB - 102 lines
100: 
101: #define FLOCKFILE(fp)   do { if (__isthreaded) flockfile(fp); } while (0)
102: #define FUNLOCKFILE(fp) do { if (__isthreaded) funlockfile(fp); } while (0)
bsd_source/t2ex/network/net/src_bsdlib/libc/include/reentrant.h - 9.6KB - 264 lines
223: 
224: #define FLOCKFILE(fp)           __flockfile_internal(fp, 1)
225: #define FUNLOCKFILE(fp)         __funlockfile_internal(fp, 1)
More results from reentrant.h