gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:FUNLOCKFILE from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/include/reentrant.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/include/reentrant.h - 9.6KB - 264 lines
224: #define FLOCKFILE(fp)           __flockfile_internal(fp, 1)
225: #define FUNLOCKFILE(fp)         __funlockfile_internal(fp, 1)
226: 
261: #define FLOCKFILE(fp) 262: #define FUNLOCKFILE(fp) 263: