Searched refs:heap_block (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_libdispatch_mac.cc | 171 dispatch_block_t heap_block = Block_copy(block); \ 174 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); \ 238 dispatch_block_t heap_block = Block_copy(block); in DISPATCH_INTERCEPT_B() local 241 AllocContext(thr, pc, queue, heap_block, &invoke_and_release_block); in DISPATCH_INTERCEPT_B() 368 dispatch_block_t heap_block = Block_copy(^(void) { in TSAN_INTERCEPTOR() local 379 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); in TSAN_INTERCEPTOR() 530 dispatch_block_t heap_block = Block_copy(destructor); in DECLARE_REAL_AND_INTERCEPTOR() local 533 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); in DECLARE_REAL_AND_INTERCEPTOR()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_libdispatch_mac.cc | 173 dispatch_block_t heap_block = Block_copy(block); \ 176 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); \ 240 dispatch_block_t heap_block = Block_copy(block); in DISPATCH_INTERCEPT_B() local 243 AllocContext(thr, pc, queue, heap_block, &invoke_and_release_block); in DISPATCH_INTERCEPT_B() 370 dispatch_block_t heap_block = Block_copy(^(void) { in TSAN_INTERCEPTOR() local 381 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); in TSAN_INTERCEPTOR() 532 dispatch_block_t heap_block = Block_copy(destructor); in DECLARE_REAL_AND_INTERCEPTOR() local 535 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); in DECLARE_REAL_AND_INTERCEPTOR()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_libdispatch.cpp | 163 dispatch_block_t heap_block = Block_copy(block); \ 166 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); \ 257 dispatch_block_t heap_block = Block_copy(block); in DISPATCH_INTERCEPT_SYNC_F() local 260 AllocContext(thr, pc, queue, heap_block, &invoke_and_release_block); in DISPATCH_INTERCEPT_SYNC_F() 393 dispatch_block_t heap_block = Block_copy(^(void) { in DECLARE_REAL() local 404 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); in DECLARE_REAL() 575 dispatch_block_t heap_block = Block_copy(destructor); in DECLARE_REAL_AND_INTERCEPTOR() local 578 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); in DECLARE_REAL_AND_INTERCEPTOR()
|