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

/macosx-10.10/WTF-7600.1.24/wtf/
H A DParallelJobsGeneric.h38 class ParallelEnvironment { class in namespace:WTF
43 WTF_EXPORT_PRIVATE ParallelEnvironment(ThreadFunction, size_t sizeOfParameter, int requestedJobNumber);
61 bool tryLockFor(ParallelEnvironment*);
77 ParallelEnvironment* m_parent;
H A DParallelJobsGeneric.cpp37 Vector< RefPtr<ParallelEnvironment::ThreadPrivate> >* ParallelEnvironment::s_threadPool = 0;
39 ParallelEnvironment::ParallelEnvironment(ThreadFunction threadFunction, size_t sizeOfParameter, int requestedJobNumber) : function in class:WTF::ParallelEnvironment
67 void ParallelEnvironment::execute(void* parameters)
84 bool ParallelEnvironment::ThreadPrivate::tryLockFor(ParallelEnvironment* parent)
97 m_threadID = createThread(&ParallelEnvironment::ThreadPrivate::workerThread, this, "Parallel worker");
106 void ParallelEnvironment::ThreadPrivate::execute(ThreadFunction threadFunction, void* parameters)
116 void ParallelEnvironment
[all...]
H A DParallelJobsOpenMP.h37 class ParallelEnvironment { class in namespace:WTF
38 WTF_MAKE_NONCOPYABLE(ParallelEnvironment);
42 ParallelEnvironment(ThreadFunction threadFunction, size_t sizeOfParameter, int requestedJobNumber) : function in class:WTF::ParallelEnvironment
H A DParallelJobsLibdispatch.h37 class ParallelEnvironment { class in namespace:WTF
42 ParallelEnvironment(ThreadFunction threadFunction, size_t sizeOfParameter, int requestedJobNumber) function in class:WTF::ParallelEnvironment
H A DParallelJobs.h75 m_parallelEnvironment(reinterpret_cast<ParallelEnvironment::ThreadFunction>(func), sizeof(Type), requestedJobNumber)
97 ParallelEnvironment m_parallelEnvironment;

Completed in 116 milliseconds