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

  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 512 uptr child_to_parent_sync = (uptr)&sync2; local
521 Release(thr, pc, child_to_parent_sync);
526 Acquire(thr, pc, child_to_parent_sync);
543 uptr child_to_parent_sync = (uptr)&sync2; local
552 Release(thr, pc, child_to_parent_sync);
557 Acquire(thr, pc, child_to_parent_sync);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 512 uptr child_to_parent_sync = (uptr)&sync2; local
521 Release(thr, pc, child_to_parent_sync);
526 Acquire(thr, pc, child_to_parent_sync);
543 uptr child_to_parent_sync = (uptr)&sync2; local
552 Release(thr, pc, child_to_parent_sync);
557 Acquire(thr, pc, child_to_parent_sync);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 489 void *child_to_parent_sync = nullptr; local
490 uptr child_to_parent_sync_uptr = (uptr)&child_to_parent_sync;

Completed in 30 milliseconds