Searched refs:heap_block (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp159 dispatch_block_t heap_block = Block_copy(block); \
162 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); \
229 dispatch_block_t heap_block = Block_copy(block); local
232 AllocContext(thr, pc, queue, heap_block, &invoke_and_release_block);
365 dispatch_block_t heap_block = Block_copy(^(void) { local
376 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block);
547 dispatch_block_t heap_block = Block_copy(destructor); local
550 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block);

Completed in 86 milliseconds