Search | Google it | Results 1 - 2 of 2 for fundef:FUNLOCKFILE (0.01 seconds) |
101: #define FLOCKFILE(fp) do { if (__isthreaded) flockfile(fp); } while (0) 102: #define FUNLOCKFILE(fp) do { if (__isthreaded) funlockfile(fp); } while (0)
224: #define FLOCKFILE(fp) __flockfile_internal(fp, 1) 225: #define FUNLOCKFILE(fp) __funlockfile_internal(fp, 1) 226: