Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D16-1.c152 void *thread_status; in test_sig() local
192 errno = pthread_join(child, &thread_status); in test_sig()
198 status = ((long)thread_status) & 0xFFFFFFFF; in test_sig()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_header.cc36 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()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch2548 #include <mach/machine/thread_status.h>