HomeSort by: relevance | last modified time | path
    Searched defs:allocsync (Results 1 - 1 of 1) 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));

Completed in 10 milliseconds