Searched refs:thread_stack_ll (Results 1 – 1 of 1) sorted by relevance
152 struct thread_stack_ll { struct153 struct thread_stack_ll *next; argument162 static thread_stack_ll *thread_stacks = nullptr; argument175 thread_stack_ll *temp_stacks = thread_stacks; in thread_cleanup_handler()183 thread_stack_ll **stackp = &temp_stacks; in thread_cleanup_handler()185 thread_stack_ll *stack = *stackp; in thread_cleanup_handler()197 thread_stack_ll *cur_stack = in thread_cleanup_handler()198 (thread_stack_ll *)malloc(sizeof(thread_stack_ll)); in thread_cleanup_handler()