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

  /external/compiler-rt/lib/asan/lit_tests/Linux/
clone_test.cc 28 char child_stack[kStackSize + 1]; local
29 char *sp = child_stack + kStackSize; // Stack grows down.
41 child_stack[i] = i;
42 int ret = child_stack[argc - 1];
swapcontext_test.cc 35 char child_stack[kStackSize + 1]; local
36 printf("Child stack: %p\n", child_stack);
39 child_context.uc_stack.ss_sp = child_stack;
51 child_stack[i] = i;
53 return child_stack[arg];

Completed in 36 milliseconds