Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp31 void *orig_context; member
82 dispatch_queue_t queue, void *orig_context, in AllocContext() argument
87 new_context->orig_context = orig_context; in AllocContext()
140 context->orig_work(context->orig_context); in dispatch_callback_wrap()
424 new_context.orig_context = handler; // To explicitly capture "handler". in TSAN_INTERCEPTOR()
453 new_context.orig_context = handler; // To explicitly capture "handler". in TSAN_INTERCEPTOR()
484 new_context.orig_context = handler; // To explicitly capture "handler". in TSAN_INTERCEPTOR()
595 new_context.orig_context = ^(void) { in TSAN_INTERCEPTOR()
612 new_context.orig_context = ^(void) { in TSAN_INTERCEPTOR()
630 new_context.orig_context = ^(void) { in TSAN_INTERCEPTOR()
[all …]
/src/crypto/krb5/src/lib/krb5/krb/
H A Dpreauth2.c56 krb5_context orig_context; member
260 reqctx->orig_context = context; in k5_preauth_request_context_init()
291 if (reqctx->orig_context == context && pctx != NULL) { in k5_preauth_request_context_fini()
311 if (reqctx != NULL && reqctx->orig_context != context) { in k5_preauth_check_context()