Home
last modified time | relevance | path

Searched refs:block_context_t (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp37 } block_context_t; typedef
81 static block_context_t *AllocContext(ThreadState *thr, uptr pc, in AllocContext()
84 block_context_t *new_context = in AllocContext()
85 (block_context_t *)user_alloc_internal(thr, pc, sizeof(block_context_t)); in AllocContext()
104 block_context_t *context) { in dispatch_sync_pre_execute()
119 block_context_t *context) { in dispatch_sync_post_execute()
135 block_context_t *context = (block_context_t *)param; in dispatch_callback_wrap()
165 block_context_t *new_context = \
178 block_context_t new_context = { \
191 block_context_t *new_context = \
[all …]