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

/macosx-10.10/WTF-7600.1.24/wtf/
H A DParallelJobs.h75 m_parallelEnvironment(reinterpret_cast<ParallelEnvironment::ThreadFunction>(func), sizeof(Type), requestedJobNumber)
77 m_parameters.grow(m_parallelEnvironment.numberOfJobs());
93 m_parallelEnvironment.execute(reinterpret_cast<unsigned char*>(m_parameters.data()));
97 ParallelEnvironment m_parallelEnvironment; member in class:WTF::ParallelJobs

Completed in 48 milliseconds