Searched defs:StartThread (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/test/tsan/
H A Dsimple_stack.c36 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 Dplatform_thread.cc119 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 Dsanitizer_thread_registry.cc269 void ThreadRegistry::StartThread(u32 tid, uptr os_id, void *arg) { function in class:__sanitizer::ThreadRegistry

Completed in 229 milliseconds