reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/safestack/safestack.cpp
  176   while (*stackp) {
  177     thread_stack_ll *stack = *stackp;
  181       *stackp = stack->next;
  184       stackp = &stack->next;
  197   *stackp = thread_stacks;