Searched refs:AllocContext (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc69 static tsan_block_context_t *AllocContext(ThreadState *thr, uptr pc, function in namespace:__tsan
117 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block); \
129 AllocContext(thr, pc, q, context, work); \
255 AllocContext(thr, pc, q, heap_block, &invoke_and_release_block);
270 tsan_block_context_t *new_context = AllocContext(thr, pc, q, context, work);

Completed in 36 milliseconds