Searched defs:thread_params (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/threading/
H A Dplatform_thread_posix.cc46 ThreadParams* thread_params = static_cast<ThreadParams*>(params); local
47 PlatformThread::Delegate* delegate = thread_params->delegate;
48 if (!thread_params->joinable)
50 delete thread_params;
H A Dplatform_thread_win.cc32 ThreadParams* thread_params = static_cast<ThreadParams*>(params); local
33 PlatformThread::Delegate* delegate = thread_params->delegate;
34 if (!thread_params->joinable)
36 delete thread_params;

Completed in 31 milliseconds