Searched refs:tThreadData (Results 1 – 2 of 2) sorted by relevance
113 struct tThreadData struct in ThreadManager119 tThreadData() in tThreadData() argument128 static const std::deque< tThreadData >::size_type mnStartedSize;138 std::deque< tThreadData > maWaitingForStartThreads;139 std::deque< tThreadData > maStartedThreads;152 bool operator() ( const tThreadData& rThreadData ) const in operator ()()166 bool StartThread( const tThreadData& aThreadData );
37 const std::deque< ThreadManager::tThreadData >::size_type ThreadManager::mnStartedSize = 10;82 tThreadData aThreadData; in AddThread()126 std::deque< tThreadData >::iterator aIter = in RemoveThread()132 tThreadData aTmpThreadData( (*aIter) ); in RemoveThread()170 tThreadData aThreadData( maWaitingForStartThreads.front() ); in StartWaitingThread()180 bool ThreadManager::StartThread( const tThreadData& rThreadData ) in StartThread()
Completed in 20 milliseconds