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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_fd.cc 39 FdSync socksync; member in struct:__tsan::FdContext
68 CHECK_NE(s, &fdctx.socksync);
125 atomic_store(&fdctx.socksync.rc, (u64)-1, memory_order_relaxed);
277 init(thr, pc, fd, &fdctx.socksync);
286 init(thr, pc, newfd, &fdctx.socksync);
301 init(thr, pc, fd, &fdctx.socksync);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_fd.cpp 45 FdSync socksync; member in struct:__tsan::FdContext
74 CHECK_NE(s, &fdctx.socksync);
142 atomic_store(&fdctx.socksync.rc, (u64)-1, memory_order_relaxed);
336 init(thr, pc, fd, &fdctx.socksync);
345 init(thr, pc, newfd, &fdctx.socksync);
360 init(thr, pc, fd, &fdctx.socksync);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_fd.cpp 38 FdSync socksync; member in struct:__tsan::FdContext
67 CHECK_NE(s, &fdctx.socksync);
125 atomic_store(&fdctx.socksync.rc, (u64)-1, memory_order_relaxed);
277 init(thr, pc, fd, &fdctx.socksync);
286 init(thr, pc, newfd, &fdctx.socksync);
301 init(thr, pc, fd, &fdctx.socksync);

Completed in 23 milliseconds