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

  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 511 uptr parent_to_child_sync = (uptr)&sync1; local
514 Release(thr, pc, parent_to_child_sync);
517 Acquire(thr, pc, parent_to_child_sync);
542 uptr parent_to_child_sync = (uptr)&sync1; local
545 Release(thr, pc, parent_to_child_sync);
548 Acquire(thr, pc, parent_to_child_sync);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 511 uptr parent_to_child_sync = (uptr)&sync1; local
514 Release(thr, pc, parent_to_child_sync);
517 Acquire(thr, pc, parent_to_child_sync);
542 uptr parent_to_child_sync = (uptr)&sync1; local
545 Release(thr, pc, parent_to_child_sync);
548 Acquire(thr, pc, parent_to_child_sync);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 487 void *parent_to_child_sync = nullptr; local
488 uptr parent_to_child_sync_uptr = (uptr)&parent_to_child_sync;

Completed in 25 milliseconds