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

  /src/sys/external/bsd/compiler_rt/dist/lib/safestack/
safestack.cc 162 static thread_stack_ll *thread_stacks = nullptr; variable in typeref:typename:thread_stack_ll *
175 thread_stack_ll *temp_stacks = thread_stacks;
176 thread_stacks = nullptr;
205 // Merge thread_stacks with the current thread's stack and any remaining
207 *stackp = thread_stacks;
209 thread_stacks = cur_stack;
safestack.cc 162 static thread_stack_ll *thread_stacks = nullptr; variable in typeref:typename:thread_stack_ll *
175 thread_stack_ll *temp_stacks = thread_stacks;
176 thread_stacks = nullptr;
205 // Merge thread_stacks with the current thread's stack and any remaining
207 *stackp = thread_stacks;
209 thread_stacks = cur_stack;
safestack.cc 162 static thread_stack_ll *thread_stacks = nullptr; variable in typeref:typename:thread_stack_ll *
175 thread_stack_ll *temp_stacks = thread_stacks;
176 thread_stacks = nullptr;
205 // Merge thread_stacks with the current thread's stack and any remaining
207 *stackp = thread_stacks;
209 thread_stacks = cur_stack;

Completed in 31 milliseconds