Home
last modified time | relevance | path

Searched refs:m_Mtx (Results 1 – 18 of 18) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/
H A Ddbapi_svc_mapper.cpp174 CFastMutexGuard mg(m_Mtx); in Configure()
182 CFastMutexGuard mg(m_Mtx); in GetServer()
199 CFastMutexGuard mg(m_Mtx); in Exclude()
209 CFastMutexGuard mg(m_Mtx); in CleanExcluded()
231 CFastMutexGuard mg(m_Mtx); in SetPreference()
241 CFastMutexGuard mg(m_Mtx); in GetServersList()
253 CFastMutexGuard mg(m_Mtx); in GetServerOptions()
266 CFastMutexGuard mg(m_Mtx); in RecordServer()
297 CFastMutexGuard mg(m_Mtx); in Pop()
305 CFastMutexGuard mg(m_Mtx); in Top()
[all …]
H A Ddbapi_conn_factory.cpp112 CFastMutexGuard mg(m_Mtx); in Configure()
120 CFastMutexGuard mg(m_Mtx); in SetMaxNumOfConnAttempts()
128 CFastMutexGuard mg(m_Mtx); in SetMaxNumOfValidationAttempts()
136 CFastMutexGuard mg(m_Mtx); in SetMaxNumOfServerAlternatives()
144 CFastMutexGuard mg(m_Mtx); in SetMaxNumOfDispatches()
152 CFastMutexGuard mg(m_Mtx); in SetConnectionTimeout()
160 CFastMutexGuard mg(m_Mtx); in SetLoginTimeout()
317 CFastMutexGuard mg(m_Mtx); in MakeDBConnection()
791 CFastMutexGuard mg(m_Mtx); in GetServersList()
803 CFastMutexGuard mg(m_Mtx); in WorkWithSingleServer()
[all …]
H A Dexception.cpp770 CFastMutexGuard mg(m_Mtx); in HandleIt()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/
H A Ddbapi_svc_mapper.cpp174 CFastMutexGuard mg(m_Mtx); in Configure()
182 CFastMutexGuard mg(m_Mtx); in GetServer()
199 CFastMutexGuard mg(m_Mtx); in Exclude()
209 CFastMutexGuard mg(m_Mtx); in CleanExcluded()
221 CFastMutexGuard mg(m_Mtx); in SetPreference()
231 CFastMutexGuard mg(m_Mtx); in GetServersList()
243 CFastMutexGuard mg(m_Mtx); in GetServerOptions()
256 CFastMutexGuard mg(m_Mtx); in RecordServer()
287 CFastMutexGuard mg(m_Mtx); in Pop()
295 CFastMutexGuard mg(m_Mtx); in Top()
[all …]
H A Ddbapi_conn_factory.cpp112 CFastMutexGuard mg(m_Mtx); in Configure()
120 CFastMutexGuard mg(m_Mtx); in SetMaxNumOfConnAttempts()
128 CFastMutexGuard mg(m_Mtx); in SetMaxNumOfValidationAttempts()
136 CFastMutexGuard mg(m_Mtx); in SetMaxNumOfServerAlternatives()
144 CFastMutexGuard mg(m_Mtx); in SetMaxNumOfDispatches()
152 CFastMutexGuard mg(m_Mtx); in SetConnectionTimeout()
160 CFastMutexGuard mg(m_Mtx); in SetLoginTimeout()
317 CFastMutexGuard mg(m_Mtx); in MakeDBConnection()
791 CFastMutexGuard mg(m_Mtx); in GetServersList()
803 CFastMutexGuard mg(m_Mtx); in WorkWithSingleServer()
[all …]
H A Dexception.cpp770 CFastMutexGuard mg(m_Mtx); in HandleIt()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/corelib/impl/
H A Dncbi_dbsvcmapper.hpp253 CFastMutexGuard mg(m_Mtx); in Exclude()
260 CFastMutexGuard mg(m_Mtx); in CleanExcluded()
267 CFastMutexGuard mg(m_Mtx); in HasExclusions()
308 mutable CFastMutex m_Mtx; member in IDBServiceMapper
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/corelib/impl/
H A Dncbi_dbsvcmapper.hpp253 CFastMutexGuard mg(m_Mtx); in Exclude()
260 CFastMutexGuard mg(m_Mtx); in CleanExcluded()
267 CFastMutexGuard mg(m_Mtx); in HasExclusions()
308 mutable CFastMutex m_Mtx; member in IDBServiceMapper
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/
H A Ddbapi_conn_factory.hpp232 mutable CFastMutex m_Mtx; member in CDBConnectionFactory
308 mutable CFastMutex m_Mtx; member in CConnValidatorCoR
H A Dexception.hpp659 mutable CFastMutex m_Mtx; member in CDB_UserHandler_Stream
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/
H A Ddbapi_conn_factory.hpp232 mutable CFastMutex m_Mtx; member in CDBConnectionFactory
308 mutable CFastMutex m_Mtx; member in CConnValidatorCoR
H A Dexception.hpp659 mutable CFastMutex m_Mtx; member in CDB_UserHandler_Stream
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dncbimtx.cpp874 unique_lock<mutex> lck( m_Mtx); in ReadLock()
987 unique_lock<mutex> lck( m_Mtx); in TryReadLock()
1075 unique_lock<mutex> lck( m_Mtx); in TryReadLock()
1213 unique_lock<mutex> lck( m_Mtx); in WriteLock()
1412 unique_lock<mutex> lck( m_Mtx); in TryWriteLock()
1567 unique_lock<mutex> lck( m_Mtx/*, defer_lock*/); in Unlock()
1790 unique_lock<mutex> lck( m_Mtx); in Wait()
1860 unique_lock<mutex> lck( m_Mtx); in TryWait()
1982 unique_lock<mutex> lck( m_Mtx); in Post()
H A Dncbi_dbsvcmapper.cpp139 CFastMutexGuard mg(m_Mtx); in GetServerOptions()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dncbimtx.cpp874 unique_lock<mutex> lck( m_Mtx); in ReadLock()
987 unique_lock<mutex> lck( m_Mtx); in TryReadLock()
1075 unique_lock<mutex> lck( m_Mtx); in TryReadLock()
1213 unique_lock<mutex> lck( m_Mtx); in WriteLock()
1412 unique_lock<mutex> lck( m_Mtx); in TryWriteLock()
1567 unique_lock<mutex> lck( m_Mtx/*, defer_lock*/); in Unlock()
1790 unique_lock<mutex> lck( m_Mtx); in Wait()
1860 unique_lock<mutex> lck( m_Mtx); in TryWait()
1982 unique_lock<mutex> lck( m_Mtx); in Post()
H A Dncbi_dbsvcmapper.cpp139 CFastMutexGuard mg(m_Mtx); in GetServerOptions()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/corelib/
H A Dncbimtx.hpp1024 mutex m_Mtx; member in CRWLock
1412 mutex m_Mtx; member in CSemaphore
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/corelib/
H A Dncbimtx.hpp1024 mutex m_Mtx; member in CRWLock
1412 mutex m_Mtx; member in CSemaphore