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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp259 const char *thread_status = rt->running ? "running" : "finished"; local
261 Printf(" (tid=%zu, %s) is a GCD worker thread\n", rt->os_id, thread_status);
266 Printf(" (tid=%zu, %s) created by %s", rt->os_id, thread_status,
/freebsd-11-stable/contrib/gdb/gdb/
H A Dprocfs.c1169 } thread_status; local
1171 thread_status.pr_count = 1;
1172 thread_status.status.pr_tid = pi->tid;
1173 win = (ioctl (pi->status_fd, PIOCTSTATUS, &thread_status) >= 0);
1176 memcpy (&pi->prstatus, &thread_status.status,

Completed in 1122 milliseconds