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

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

Completed in 11 milliseconds