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