Home
last modified time | relevance | path

Searched refs:thread_status (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp243 const char *thread_status = rt->running ? "running" : "finished"; in PrintThread() local
246 thread_status); in PrintThread()
251 Printf(" (tid=%llu, %s) created by %s", rt->os_id, thread_status, in PrintThread()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dprocfs.c1169 } thread_status; in proc_get_status() local
1171 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()