Searched refs:thread_status (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl2/lvm2/dist/daemons/dmeventd/ |
| H A D | dmeventd.c | 171 struct thread_status { struct 223 static struct thread_status *_alloc_thread_status(struct message_data *data, in _alloc_thread_status() 226 struct thread_status *ret = (typeof(ret)) dm_malloc(sizeof(*ret)); in _alloc_thread_status() 248 static void _free_thread_status(struct thread_status *thread) in _free_thread_status() 416 static int _fill_device_data(struct thread_status *ts) in _fill_device_data() 459 static struct thread_status *_lookup_thread_status(struct message_data *data) in _lookup_thread_status() 461 struct thread_status *thread; in _lookup_thread_status() 494 struct thread_status *thread; in _timeout_thread() 518 static int _register_for_timeout(struct thread_status *thread) in _register_for_timeout() 544 static void _unregister_for_timeout(struct thread_status *thread) in _unregister_for_timeout() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_report.cpp | 248 const char *thread_status = rt->running ? "running" : "finished"; in PrintThread() local 251 thread_status); in PrintThread() 256 Printf(" (tid=%llu, %s) created by %s", rt->os_id, thread_status, in PrintThread()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_report.cc | 257 const char *thread_status = rt->running ? "running" : "finished"; in PrintThread() local 259 Printf(" (tid=%zu, %s) is a GCD worker thread\n", rt->os_id, thread_status); in PrintThread() 264 Printf(" (tid=%zu, %s) created by %s", rt->os_id, thread_status, in PrintThread()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_report.cc | 255 const char *thread_status = rt->running ? "running" : "finished"; in PrintThread() local 257 Printf(" (tid=%zu, %s) is a GCD worker thread\n", rt->os_id, thread_status); in PrintThread() 262 Printf(" (tid=%zu, %s) created by %s", rt->os_id, thread_status, in PrintThread()
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
| H A D | nocrash.m4 | 24 #include <mach/thread_status.h>
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2004 | 6959 * config/rs6000/darwin-fallback.c: Include <mach/thread_status.h>.
|