Searched refs:th_status (Results 1 – 3 of 3) sorted by relevance
276 void *th_status; /* exit status of LWP's */ in main() local347 if (pthread_join(thrdid[thrd_ndx], &th_status) != 0) { in main()352 if (th_status == (void *)-1) { in main()
284 void *th_status; /* status of the thread when it is finished */ in map_and_thread() local397 if (pthread_join(pthread_ids[thrd_ndx], &th_status)) { in map_and_thread()405 if ((long)th_status == 1) { in map_and_thread()
564 enum thread_status th_status, in tracer_signal_ready() argument570 if (th_status == Th_running) in tracer_signal_ready()572 else if (th_status == Th_error) in tracer_signal_ready()