HomeSort by: relevance | last modified time | path
    Searched defs:temp_stacks (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/safestack/
safestack.cc 175 thread_stack_ll *temp_stacks = thread_stacks; local
183 thread_stack_ll **stackp = &temp_stacks;
206 // temp_stacks
208 cur_stack->next = temp_stacks;
safestack.cc 175 thread_stack_ll *temp_stacks = thread_stacks; local
183 thread_stack_ll **stackp = &temp_stacks;
206 // temp_stacks
208 cur_stack->next = temp_stacks;

Completed in 30 milliseconds