Lines Matching defs:thread
88 // For the main thread we are only interested if we can unwind till
168 Dwfl_Thread *thread = dwfl_frame_thread (state);
169 Dwfl *dwfl = dwfl_thread_dwfl (thread);
177 pid_t tid = dwfl_thread_tid (thread);
185 thread_callback (Dwfl_Thread *thread, void *thread_arg __attribute__((unused)))
187 printf ("TID %ld:\n", (long) dwfl_thread_tid (thread));
189 switch (dwfl_thread_getframes (thread, frame_callback, &frameno))
340 /* Catch the main thread. Catch it first otherwise the /proc evaluation of
348 // Main thread will signal SIGUSR2. Other thread will signal SIGUSR1.
351 /* Catch the spawned thread. Do not use __WCLONE as we could get racy
359 // Main thread will signal SIGUSR2. Other thread will signal SIGUSR1.