reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
176 while (*stackp) { 177 thread_stack_ll *stack = *stackp; 181 *stackp = stack->next; 184 stackp = &stack->next; 197 *stackp = thread_stacks;