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

  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
swapcontext_test.cc 16 ucontext_t child_context; variable
42 if (swapcontext(&child_context, &orig_context) < 0) {
52 getcontext(&child_context);
53 child_context.uc_stack.ss_sp = child_stack;
54 child_context.uc_stack.ss_size = kStackSize / 2;
56 child_context.uc_link = &orig_context;
58 makecontext(&child_context, (void (*)())Child, 1, mode);
59 if (swapcontext(&orig_context, &child_context) < 0) {
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 1408 TextureStateTrackingContext* child_context = child_context_owned.get(); local
    [all...]

Completed in 596 milliseconds