Lines Matching defs:thread
98 * Shared barrier is provided for synchronizing execution. Terminating thread
101 * thread that has been terminated is simply removed from the synchronization
107 * Use cases for ThreadGroup include for example testing thread-safety of
118 void add (de::MovePtr<ThreadGroupThread> thread);
166 void ThreadGroup::add (de::MovePtr<ThreadGroupThread> thread)
168 m_threads.push_back(de::SharedPtr<ThreadGroupThread>(thread.release()));
2851 // How many objects to create per thread
3775 // Multithreaded object construction with per-thread device
3806 // Multithreaded object construction with per-thread resources
3837 EMPTY_CASE_DESC(DescriptorSet), // \note Needs per-thread DescriptorPool
3840 EMPTY_CASE_DESC(CommandBuffer), // \note Needs per-thread CommandPool