Searched refs:thread_params (Results 1 – 2 of 2) sorted by relevance
29 ThreadParams* thread_params = reinterpret_cast<ThreadParams*>(params); in ThreadFunc() local32 ::SetEvent(thread_params->ready_event); in ThreadFunc()33 ::WaitForSingleObject(thread_params->start_event, INFINITE); in ThreadFunc()54 ThreadParams thread_params = { ready_event, start_event }; in InternalRunThreadTest() local59 reinterpret_cast<void*>(&thread_params), 0, nullptr); in InternalRunThreadTest()
51 std::unique_ptr<ThreadParams> thread_params( in ThreadFunc() local54 delegate = thread_params->delegate; in ThreadFunc()55 if (!thread_params->joinable) in ThreadFunc()62 PlatformThread::SetCurrentThreadPriority(thread_params->priority); in ThreadFunc()