Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dswapcontext_test.cpp16 ucontext_t orig_context; variable
43 if (swapcontext(&child_context, &orig_context) < 0) { in Child()
57 child_context.uc_link = &orig_context; in Run()
60 if (swapcontext(&orig_context, &child_context) < 0) { in Run()
Dswapcontext_annotation.cpp28 ucontext_t orig_context; variable
71 if (swapcontext(&next_child_context, &orig_context) < 0) { in NextChild()
99 if (swapcontext(&child_context, &orig_context) < 0) { in Child()
128 child_context.uc_link = &orig_context; in Run()
137 if (swapcontext(&orig_context, &child_context) < 0) { in Run()
/external/compiler-rt/test/asan/TestCases/Linux/
Dswapcontext_test.cc15 ucontext_t orig_context; variable
42 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()
Dswapcontext_annotation.cc20 ucontext_t orig_context; variable
56 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()
/external/llvm-project/compiler-rt/test/lsan/TestCases/
Dswapcontext.cpp28 ucontext_t orig_context; in main() local
33 child_context.uc_link = &orig_context; in main()
35 if (swapcontext(&orig_context, &child_context) < 0) { in main()
/external/compiler-rt/test/lsan/TestCases/
Dswapcontext.cc31 ucontext_t orig_context; in main() local
36 child_context.uc_link = &orig_context; in main()
38 if (swapcontext(&orig_context, &child_context) < 0) { in main()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_libdispatch_mac.cc34 void *orig_context; member
82 void *orig_context, in AllocContext() argument
87 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 …]
/external/llvm-project/compiler-rt/lib/tsan/rtl/
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 …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
Ducs2.diff497 StringPiece context = orig_context;
501 - if (!ConvertUTF8ToUCS2(orig_context, &context)) {
507 - AdjustUTF8ToUCS2(orig_context, context, &text);
523 - AdjustUCS2ToUTF8(context, orig_context, &result->submatch[0]);
526 - AdjustUCS2ToUTF8(context, orig_context, &result->submatch[i]);
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dtester.cc292 const StringPiece& orig_context, in RunSearch() argument
307 StringPiece context = orig_context; in RunSearch()
/external/python/setuptools/setuptools/tests/
Dtest_easy_install.py339 with self.orig_context(*args, **kwargs):
345 self.orig_context = sandbox.setup_context