Searched refs:orig_context (Results 1 – 5 of 5) sorted by relevance
15 ucontext_t orig_context; variable42 if (swapcontext(&child_context, &orig_context) < 0) { in Child()56 child_context.uc_link = &orig_context; in Run()59 if (swapcontext(&orig_context, &child_context) < 0) { in Run()
20 ucontext_t orig_context; variable56 if (swapcontext(&next_child_context, &orig_context) < 0) { in NextChild()78 if (swapcontext(&child_context, &orig_context) < 0) { in Child()104 child_context.uc_link = &orig_context; in Run()111 if (swapcontext(&orig_context, &child_context) < 0) { in Run()
31 ucontext_t orig_context; in main() local36 child_context.uc_link = &orig_context; in main()38 if (swapcontext(&orig_context, &child_context) < 0) { in main()
34 void *orig_context; member82 void *orig_context, in AllocContext() argument87 new_context->orig_context = orig_context; in AllocContext()111 context->orig_work(context->orig_context); in dispatch_callback_wrap()365 new_context.orig_context = handler; // To explicitly capture "handler". in TSAN_INTERCEPTOR()394 new_context.orig_context = handler; // To explicitly capture "handler". in TSAN_INTERCEPTOR()425 new_context.orig_context = handler; // To explicitly capture "handler". in TSAN_INTERCEPTOR()515 new_context.orig_context = ^(void) { in TSAN_INTERCEPTOR()532 new_context.orig_context = ^(void) { in TSAN_INTERCEPTOR()550 new_context.orig_context = ^(void) { in TSAN_INTERCEPTOR()[all …]
339 with self.orig_context(*args, **kwargs):345 self.orig_context = sandbox.setup_context