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

  /external/compiler-rt/test/lsan/TestCases/
swapcontext.cc 26 ucontext_t orig_context; local
31 child_context.uc_link = &orig_context;
33 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) {
  /external/chromium_org/third_party/re2/re2/testing/
tester.cc 281 const StringPiece& orig_context,
294 StringPiece context = orig_context;
  /external/regex-re2/re2/testing/
tester.cc 281 const StringPiece& orig_context,
294 StringPiece context = orig_context;

Completed in 81 milliseconds