Lines Matching refs:thread
88 // For the main thread we are only interested if we can unwind till
227 Dwfl_Thread *thread = dwfl_frame_thread (state);
228 Dwfl *dwfl = dwfl_thread_dwfl (thread);
236 pid_t tid = dwfl_thread_tid (thread);
244 thread_callback (Dwfl_Thread *thread, void *thread_arg __attribute__((unused)))
246 printf ("TID %ld:\n", (long) dwfl_thread_tid (thread));
248 switch (dwfl_thread_getframes (thread, frame_callback, &frameno))
399 /* Catch the main thread. Catch it first otherwise the /proc evaluation of
406 // Main thread will signal SIGUSR2. Other thread will signal SIGUSR1.
409 /* Catch the spawned thread. Do not use __WCLONE as we could get racy
416 // Main thread will signal SIGUSR2. Other thread will signal SIGUSR1.