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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_fd.h 54 void FdSocketAccept(ThreadState *thr, uptr pc, int fd, int newfd);
tsan_fd.cc 280 void FdSocketAccept(ThreadState *thr, uptr pc, int fd, int newfd) {
281 DPrintf("#%d: FdSocketAccept(%d, %d)\n", thr->tid, fd, newfd);
tsan_interceptors.cc 2295 FdSocketAccept(((TsanInterceptorContext *) ctx)->thr, pc, fd, newfd)

Completed in 86 milliseconds