Home
last modified time | relevance | path

Searched refs:tThreadData (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/inc/
H A Dthreadmanager.hxx113 struct tThreadData struct in ThreadManager
119 tThreadData() in tThreadData() function
128 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 );
/trunk/main/sw/source/core/docnode/
H A Dthreadmanager.cxx37 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 11 milliseconds