Searched refs:thread_status (Results 1 – 2 of 2) sorted by relevance
243 const char *thread_status = rt->running ? "running" : "finished"; in PrintThread() local246 thread_status); in PrintThread()251 Printf(" (tid=%llu, %s) created by %s", rt->os_id, thread_status, in PrintThread()
1169 } thread_status; in proc_get_status() local1171 thread_status.pr_count = 1; in proc_get_status()1172 thread_status.status.pr_tid = pi->tid; in proc_get_status()1173 win = (ioctl (pi->status_fd, PIOCTSTATUS, &thread_status) >= 0); in proc_get_status()1176 memcpy (&pi->prstatus, &thread_status.status, in proc_get_status()