Format: AllC/C++CSSTextshell script Advanced Search
100: 101: #define FLOCKFILE(fp) do { if (__isthreaded) flockfile(fp); } while (0) 102: #define FUNLOCKFILE(fp) do { if (__isthreaded) funlockfile(fp); } while (0)