HomeSort by relevance Sort by last modified time
    Searched refs:orig_context (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/test/lsan/TestCases/
swapcontext.cc 31 ucontext_t orig_context; local
36 child_context.uc_link = &orig_context;
38 if (swapcontext(&orig_context, &child_context) < 0) {
  /external/compiler-rt/test/asan/TestCases/Linux/
swapcontext_test.cc 15 ucontext_t orig_context; variable
42 if (swapcontext(&child_context, &orig_context) < 0) {
56 child_context.uc_link = &orig_context;
59 if (swapcontext(&orig_context, &child_context) < 0) {
swapcontext_annotation.cc 20 ucontext_t orig_context; variable
56 if (swapcontext(&next_child_context, &orig_context) < 0) {
78 if (swapcontext(&child_context, &orig_context) < 0) {
104 child_context.uc_link = &orig_context;
111 if (swapcontext(&orig_context, &child_context) < 0) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_libdispatch_mac.cc 34 void *orig_context; member in struct:__tsan::__anon16120
82 void *orig_context,
87 new_context->orig_context = orig_context;
111 context->orig_work(context->orig_context);
365 new_context.orig_context = handler; // To explicitly capture "handler".
394 new_context.orig_context = handler; // To explicitly capture "handler".
425 new_context.orig_context = handler; // To explicitly capture "handler".
515 new_context.orig_context = ^(void) {
532 new_context.orig_context = ^(void)
    [all...]
  /external/regex-re2/re2/testing/
tester.cc 281 const StringPiece& orig_context,
294 StringPiece context = orig_context;

Completed in 538 milliseconds