Lines Matching refs:lsan_ctxt
100 lsan_block_context_t *lsan_ctxt = in alloc_lsan_context() local
102 lsan_ctxt->block = ctxt; in alloc_lsan_context()
103 lsan_ctxt->func = func; in alloc_lsan_context()
104 lsan_ctxt->parent_tid = GetCurrentThread(); in alloc_lsan_context()
105 return lsan_ctxt; in alloc_lsan_context()
113 lsan_block_context_t *lsan_ctxt = alloc_lsan_context(ctxt, func); \
114 return REAL(dispatch_x_f)(dq, (void *)lsan_ctxt, \
124 lsan_block_context_t *lsan_ctxt = alloc_lsan_context(ctxt, func); in INTERCEPT_DISPATCH_X_F_3() local
125 return REAL(dispatch_after_f)(when, dq, (void *)lsan_ctxt, in INTERCEPT_DISPATCH_X_F_3()
131 lsan_block_context_t *lsan_ctxt = alloc_lsan_context(ctxt, func); in INTERCEPTOR() local
133 (group, dq, (void *)lsan_ctxt, lsan_dispatch_call_block_and_release); in INTERCEPTOR()