HomeSort by: relevance | last modified time | path
    Searched defs:fileno_unlocked (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 48 #define fileno_unlocked(fp) \ macro
104 extern "C" int fileno_unlocked(void *stream);
1882 int fd = fileno_unlocked(res);
1894 int fd = fileno_unlocked(res);
2437 int fd = fileno_unlocked(file); \
2443 int fd = fileno_unlocked(file); \
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 45 #define fileno_unlocked(fp) \ macro
96 extern "C" int fileno_unlocked(void *stream);
1813 int fd = fileno_unlocked(res);
1825 int fd = fileno_unlocked(res);
2354 int fd = fileno_unlocked(file); \
2360 int fd = fileno_unlocked(file); \
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 45 #define fileno_unlocked fileno macro
99 extern "C" int fileno_unlocked(void *stream);
1747 int fd = fileno_unlocked(res);
1759 int fd = fileno_unlocked(res);
2260 int fd = fileno_unlocked(file); \
2266 int fd = fileno_unlocked(file); \

Completed in 21 milliseconds