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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 163 static void invoke_and_release_block(void *param) { function in namespace:__tsan
176 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); \
243 AllocContext(thr, pc, queue, heap_block, &invoke_and_release_block);
381 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block);
535 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 153 static void invoke_and_release_block(void *param) { function in namespace:__tsan
166 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); \
260 AllocContext(thr, pc, queue, heap_block, &invoke_and_release_block);
404 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block);
578 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 153 static void invoke_and_release_block(void *param) { function in namespace:__tsan
166 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); \
260 AllocContext(thr, pc, queue, heap_block, &invoke_and_release_block);
404 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block);
578 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block);

Completed in 26 milliseconds