| /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 243 AllocContext(thr, pc, queue, heap_block, &invoke_and_release_block); 370 dispatch_block_t heap_block = Block_copy(^(void) { local 381 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); 532 dispatch_block_t heap_block = Block_copy(destructor); local 535 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block);
|
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| 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); local 260 AllocContext(thr, pc, queue, heap_block, &invoke_and_release_block); 393 dispatch_block_t heap_block = Block_copy(^(void) { local 404 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); 575 dispatch_block_t heap_block = Block_copy(destructor); local 578 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| 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); local 260 AllocContext(thr, pc, queue, heap_block, &invoke_and_release_block); 393 dispatch_block_t heap_block = Block_copy(^(void) { local 404 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); 575 dispatch_block_t heap_block = Block_copy(destructor); local 578 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block);
|