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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_fd.cc 50 static FdSync *allocsync(ThreadState *thr, uptr pc) { function in namespace:__tsan
238 FdSync *s = allocsync(thr, pc);
248 init(thr, pc, fd, allocsync(thr, pc));
269 init(thr, pc, fd, allocsync(thr, pc));
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_fd.cpp 56 static FdSync *allocsync(ThreadState *thr, uptr pc) { function in namespace:__tsan
273 FdSync *s = allocsync(thr, pc);
283 init(thr, pc, fd, allocsync(thr, pc));
304 init(thr, pc, fd, allocsync(thr, pc));
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_fd.cpp 49 static FdSync *allocsync(ThreadState *thr, uptr pc) { function in namespace:__tsan
238 FdSync *s = allocsync(thr, pc);
248 init(thr, pc, fd, allocsync(thr, pc));
269 init(thr, pc, fd, allocsync(thr, pc));

Completed in 23 milliseconds