/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
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); local in function:__tsan::DISPATCH_INTERCEPT_B 243 AllocContext(thr, pc, queue, heap_block, &invoke_and_release_block); 370 dispatch_block_t heap_block = Block_copy(^(void) { local in function:__tsan::TSAN_INTERCEPTOR 381 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); 532 dispatch_block_t heap_block = Block_copy(destructor); local in function:__tsan::DECLARE_REAL_AND_INTERCEPTOR 535 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block);
|
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); local in function:__tsan::DISPATCH_INTERCEPT_B 243 AllocContext(thr, pc, queue, heap_block, &invoke_and_release_block); 370 dispatch_block_t heap_block = Block_copy(^(void) { local in function:__tsan::TSAN_INTERCEPTOR 381 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); 532 dispatch_block_t heap_block = Block_copy(destructor); local in function:__tsan::DECLARE_REAL_AND_INTERCEPTOR 535 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block);
|