Home
last modified time | relevance | path

Searched refs:mutex_ (Results 1 – 10 of 10) sorted by relevance

/glogg/glogg/src/data/
H A Dlogfiltereddataworkerthread.cpp
H A Dlogdataworkerthread.cpp
H A Dlogdataworkerthread.h
H A Dlogfiltereddataworkerthread.h
/glogg/src/data/
H A Dlogfiltereddataworkerthread.cpp103 : QThread(), mutex_(), operationRequestedCond_(), nothingToDoCond_(), searchData_() in LogFilteredDataWorkerThread()
115 QMutexLocker locker( &mutex_ ); in ~LogFilteredDataWorkerThread()
124 QMutexLocker locker( &mutex_ ); // to protect operationRequested_ in search()
130 nothingToDoCond_.wait( &mutex_ ); in search()
140 QMutexLocker locker( &mutex_ ); // to protect operationRequested_ in updateSearch()
146 nothingToDoCond_.wait( &mutex_ ); in updateSearch()
163 QMutexLocker locker( &mutex_ ); in interrupt()
165 nothingToDoCond_.wait( &mutex_ ); in interrupt()
179 QMutexLocker locker( &mutex_ ); in run()
183 operationRequestedCond_.wait( &mutex_ ); in run()
H A Dlogdataworkerthread.cpp88 : QThread(), mutex_(), operationRequestedCond_(), in LogDataWorkerThread()
99 QMutexLocker locker( &mutex_ ); in ~LogDataWorkerThread()
108 QMutexLocker locker( &mutex_ ); // to protect fileName_ in attachFile()
115 QMutexLocker locker( &mutex_ ); // to protect operationRequested_ in indexAll()
121 nothingToDoCond_.wait( &mutex_ ); in indexAll()
131 QMutexLocker locker( &mutex_ ); // to protect operationRequested_ in indexAdditionalLines()
137 nothingToDoCond_.wait( &mutex_ ); in indexAdditionalLines()
156 QMutexLocker locker( &mutex_ ); in run()
160 operationRequestedCond_.wait( &mutex_ ); in run()
H A Dlogdataworkerthread.h174 QMutex mutex_; variable
H A Dlogfiltereddataworkerthread.h177 QMutex mutex_; variable
/glogg/glogg/tests/
H A DwatchtowerTest.cpp
/glogg/tests/
H A DwatchtowerTest.cpp93 mutex mutex_; member in WatchTowerSingleFile
107 unique_lock<mutex> lock(mutex_); in registerFile()
127 unique_lock<mutex> lock(mutex_); in waitNotificationReceived()