Home
last modified time | relevance | path

Searched refs:thread_params (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/threading/
Dplatform_thread_posix.cc57 std::unique_ptr<ThreadParams> thread_params( in ThreadFunc() local
60 delegate = thread_params->delegate; in ThreadFunc()
61 if (!thread_params->joinable) in ThreadFunc()
68 PlatformThread::SetCurrentThreadPriority(thread_params->priority); in ThreadFunc()