Searched defs:StartThread (Results 1 - 3 of 3) sorted by relevance
/external/compiler-rt/test/tsan/ |
H A D | simple_stack.c | 36 void StartThread(pthread_t *t, void *(*f)(void*)) { function 43 StartThread(&t[0], Thread1); 44 StartThread(&t[1], Thread2); 61 // CHECK-NEXT: #1 StartThread{{.*}} {{.*}}simple_stack.c:37{{(:3)?}} ({{.*}}) 65 // CHECK-NEXT: #1 StartThread{{.*}} {{.*}}simple_stack.c:37{{(:3)?}} ({{.*}})
|
/external/webrtc/webrtc/base/ |
H A D | platform_thread.cc | 119 DWORD WINAPI PlatformThread::StartThread(void* param) { function in class:rtc::PlatformThread 124 void* PlatformThread::StartThread(void* param) { function in class:rtc::PlatformThread 140 thread_ = ::CreateThread(NULL, 1024 * 1024, &StartThread, this, 147 RTC_CHECK_EQ(0, pthread_create(&thread_, &attr, &StartThread, this));
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cc | 269 void ThreadRegistry::StartThread(u32 tid, uptr os_id, void *arg) { function in class:__sanitizer::ThreadRegistry
|
Completed in 124 milliseconds