Searched refs:thread_status (Results 1 – 3 of 3) sorted by relevance
152 void *thread_status; in test_sig() local192 errno = pthread_join(child, &thread_status); in test_sig()198 status = ((long)thread_status) & 0xFFFFFFFF; in test_sig()
36 std::atomic<bool> thread_status(false);166 if (thread_status) { in BuildDataset()167 thread_status = false; in BuildDataset()176 if (thread_status || end > realAddresses.size()) { in GetHeadersOneTask()183 thread_status = true; in GetHeadersOneTask()191 thread_status = true; in GetHeadersOneTask()
2548 #include <mach/machine/thread_status.h>