| /llvm-project-15.0.7/libc/src/__support/threads/ |
| H A D | thread.h | 100 struct Thread { struct 101 ThreadAttributes *attrib; argument 103 constexpr Thread() : attrib(nullptr) {} in Thread() function 104 constexpr Thread(ThreadAttributes *attr) : attrib(attr) {} in Thread() argument 108 ThreadRunner runner; argument 115 ThreadRunner runner; argument 121 ThreadReturnValue retval; in join() argument 130 ThreadReturnValue retval; in join() argument
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/dd/ |
| H A D | dd_rtl.h | 26 struct Thread { struct 27 DDPhysicalThread *dd_pt; argument 28 DDLogicalThread *dd_lt; argument 34 Thread *thr; argument
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | Threading.cpp | 66 llvm::thread Thread(ThreadFunc); in TEST() local 75 llvm::thread Thread( in TEST() local 84 llvm::thread Thread([] { in TEST() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/x64/ |
| H A D | RegisterContextWindows_x64.h | 19 class Thread; variable
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/x86/ |
| H A D | RegisterContextWindows_x86.h | 19 class Thread; variable
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/arm/ |
| H A D | RegisterContextWindows_arm.h | 19 class Thread; variable
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/arm64/ |
| H A D | RegisterContextWindows_arm64.h | 19 class Thread; variable
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | thread_leak2.c | 5 void *Thread(void *x) { in Thread() function
|
| H A D | thread_detach.c | 4 void *Thread(void *x) { in Thread() function
|
| H A D | thread_leak.c | 5 void *Thread(void *x) { in Thread() function
|
| H A D | thread_end_with_ignore.cpp | 7 void *Thread(void *x) { in Thread() function
|
| H A D | thread_leak3.c | 4 void *Thread(void *x) { in Thread() function
|
| H A D | thread_leak4.c | 4 void *Thread(void *x) { in Thread() function
|
| H A D | race_on_mutex2.c | 4 void *Thread(void *x) { in Thread() function
|
| H A D | sleep_sync2.cpp | 6 void *Thread(void *p) { in Thread() function
|
| H A D | stack_race.cpp | 4 void *Thread(void *a) { in Thread() function
|
| H A D | tls_race.cpp | 6 void *Thread(void *a) { in Thread() function
|
| H A D | thread_detach2.c | 10 void *Thread(void *a) { in Thread() function
|
| H A D | strerror_r.cpp | 14 void *Thread(void *p) { in Thread() function
|
| H A D | map32bit.cpp | 19 void *Thread(void *ptr) { in Thread() function
|
| H A D | atomic_free3.cpp | 6 void *Thread(void *a) { in Thread() function
|
| H A D | atomic_free.cpp | 13 void *Thread(void *a) { in Thread() function
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/Darwin/ |
| H A D | dyld-library-path.c | 9 void *Thread(void *a) { in Thread() function
|
| H A D | symbolizer-dladdr.cpp | 7 void *Thread(void *a) { in Thread() function
|
| H A D | symbolizer-atos.cpp | 7 void *Thread(void *a) { in Thread() function
|