Searched refs:PreRun (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dthread.cc236 thread_ = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)PreRun, init, flags,
282 int error_code = pthread_create(&thread_, &attr, PreRun, init);
375 void* Thread::PreRun(void* pv) { function in class:rtc::Thread
H A Dthread.h106 // vtable, and the Thread::PreRun calling the virtual method Run().
237 static void *PreRun(void *pv);

Completed in 275 milliseconds