Searched refs:thread (Results 1 - 1 of 1) sorted by relevance

/systemd/src/coredump/
H A Dstacktrace.c99 static int thread_callback(Dwfl_Thread *thread, void *userdata) { argument
103 assert(thread);
114 tid = dwfl_thread_tid(thread);
115 fprintf(c->f, "Stack trace of thread " PID_FMT ":\n", tid);
117 if (dwfl_thread_getframes(thread, frame_callback, c) < 0)

Completed in 297 milliseconds