Searched refs:ThreadGroupThread (Results 1 – 2 of 2) sorted by relevance
566 class ThreadGroupThread : private Thread class569 …ThreadGroupThread(const Context &context, VkPipelineCache pipelineCache, const VkPipelineLayout &p… in ThreadGroupThread() function in vkt::synchronization::__anonb2d64e1c0111::ThreadGroupThread582 virtual ~ThreadGroupThread(void) in ~ThreadGroupThread()606 ThreadGroupThread(const ThreadGroupThread &);607 ThreadGroupThread &operator=(const ThreadGroupThread &);636 void ThreadGroupThread::start(de::SpinBarrier *groupBarrier) in start()642 inline void ThreadGroupThread::barrier(void) in barrier()649 typedef vector<SharedPtr<ThreadGroupThread>> ThreadVector;659 void add(MovePtr<ThreadGroupThread> thread) in add()661 m_threads.push_back(SharedPtr<ThreadGroupThread>(thread.release())); in add()[all …]
91 class ThreadGroupThread;119 void add(de::MovePtr<ThreadGroupThread> thread);123 typedef std::vector<de::SharedPtr<ThreadGroupThread>> ThreadVector;129 class ThreadGroupThread : private de::Thread class132 ThreadGroupThread(void);133 virtual ~ThreadGroupThread(void);150 ThreadGroupThread(const ThreadGroupThread &);151 ThreadGroupThread &operator=(const ThreadGroupThread &);169 void ThreadGroup::add(de::MovePtr<ThreadGroupThread> thread) in add()171 m_threads.push_back(de::SharedPtr<ThreadGroupThread>(thread.release())); in add()[all …]