Searched refs:thread_start (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/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-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/ |
| H A D | scripted_crashlog_json.test | 28 # CHECK-NEXT: frame #7: 0x000000018bf4e08c libsystem_pthread.dylib`thread_start 51 # CHECK-NEXT: frame #6: 0x000000018bf4e08c libsystem_pthread.dylib`thread_start 60 # CHECK-NEXT: frame #7: 0x000000018bf4e08c libsystem_pthread.dylib`thread_start
|
| /llvm-project-15.0.7/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-15.0.7/compiler-rt/lib/safestack/ |
| H A D | safestack.cpp | 127 void *thread_start(void *arg) { in thread_start() function 241 return REAL(pthread_create)(thread, attr, thread_start, tinfo); in INTERCEPTOR()
|
| /llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/ |
| H A D | scripted_crashlog.ips | 166 "symbol": "thread_start", 231 "symbol": "thread_start",
|