Searched refs:thread_start (Results 1 – 6 of 6) sorted by relevance
| /llvm-project/compiler-rt/test/lsan/TestCases/ |
| H A D | many_tls_keys_thread.cpp | 36 void *thread_start(void *arg) { in thread_start() function 51 assert(0 == pthread_create(&thread[i], 0, thread_start, 0)); in main()
|
| H A D | many_tls_keys_pthread.cpp | 46 void *thread_start(void *arg) { in thread_start() function 68 assert(0 == pthread_create(&thread[i], 0, thread_start, 0)); in main()
|
| /llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_fuchsia.cpp | 72 uptr thread_start = reinterpret_cast<uptr>( in InitThreads() local 75 InitThreadList(thread_start, alloc_size); in InitThreads()
|
| /llvm-project/compiler-rt/lib/safestack/ |
| H A D | safestack.cpp | 140 /// Safe stack per-thread information passed to the thread_start function in thread_start() 152 void *thread_start(void *arg) { 277 return REAL(pthread_create)(thread, attr, thread_start, tinfo); in __safestack_init() 127 void *thread_start(void *arg) { thread_start() function
|
| /llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/interactive_crashlog/ |
| H A D | multithread-test.crash | 61 16 libsystem_pthread.dylib 0x19cc78e2c thread_start + 8 71 7 libsystem_pthread.dylib 0x19cc78e2c thread_start + 8
|
| H A D | multithread-test.ips | 228 "symbol": "thread_start", 293 "symbol": "thread_start",
|