reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
172 *tid = thread->id; 173 *os_id = thread->os_id; 174 *running = thread->running; 175 *name = thread->name; 176 *parent_tid = thread->parent_tid; 177 if (thread->stack) CopyTrace(thread->stack->frames, trace, trace_size); 177 if (thread->stack) CopyTrace(thread->stack->frames, trace, trace_size);