Home
last modified time | relevance | path

Searched refs:CFastMutex (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/igblast/
H A Digblastn.hpp69 CFastMutex &mx_input, in CIgWorker()
70 CFastMutex &mx_output, in CIgWorker()
71 CFastMutex &mx_notify, in CIgWorker()
72 CFastMutex &mx_global, in CIgWorker()
135 CFastMutex &mx_input, in CIgFormatter()
136 CFastMutex &mx_output, in CIgFormatter()
137 CFastMutex &mx_notify, in CIgFormatter()
138 CFastMutex &mx_global, in CIgFormatter()
167 CFastMutex &thm_Mutex_Input;
168 CFastMutex &thm_Mutex_Output;
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/api/
H A Dblast_mtlock.cpp46 CFastMutex* lock = (CFastMutex*) user_data; in BEGIN_SCOPE()
65 CFastMutex* lock = (CFastMutex*) user_data; in BEGIN_SCOPE()
74 CFastMutex* mutex = new CFastMutex(); in Blast_CMT_LOCKInit()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/api/
H A Dblast_mtlock.cpp46 CFastMutex* lock = (CFastMutex*) user_data; in BEGIN_SCOPE()
65 CFastMutex* lock = (CFastMutex*) user_data; in BEGIN_SCOPE()
74 CFastMutex* mutex = new CFastMutex(); in Blast_CMT_LOCKInit()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/db/bdb/
H A Dbdb_merge.hpp174 mutable CFastMutex m_Lock;
283 mutable CFastMutex m_Lock;
429 CFastMutex::TReadLockGuard guard(m_Lock); in IsGood()
452 CFastMutex::TWriteLockGuard lock(m_Lock); in DoStore()
512 CFastMutex::TReadLockGuard lock(m_Lock); in IsEof()
519 CFastMutex::TReadLockGuard lock(m_Lock); in IsGood()
526 CFastMutex::TWriteLockGuard lock(m_Lock); in FetchFirst()
545 CFastMutex::TWriteLockGuard lock(m_Lock); in Fetch()
638 CFastMutex::TReadLockGuard lock(m_Lock); in GetKeyPtr()
645 CFastMutex::TReadLockGuard lock(m_Lock); in GetUint4Key()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Dwn_commit_thread.hpp106 CFastMutex m_TimelineMutex;
110 typedef CGuard<CFastMutex, SSimpleUnlock<CFastMutex>,
111 SSimpleLock<CFastMutex> > TFastMutexUnlockGuard;
H A Dgrid_worker_impl.hpp121 CFastMutex m_Mutex;
221 mutable CFastMutex m_JobProcessorMutex;
233 CFastMutex m_JobWatcherMutex;
252 CFastMutex m_JobPullbackMutex;
308 CFastMutex m_Mutex;
H A Dnetschedule_api_impl.hpp205 CFastMutex m_ServerByNodeMutex;
211 CFastMutex m_AffinitySubmissionMutex;
247 CFastMutex m_Mutex;
389 CFastMutex m_FastMutex;
407 CFastMutex m_NotificationThreadMutex;
477 CFastMutex m_PreferredAffMutex;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/services/
H A Dwn_commit_thread.hpp106 CFastMutex m_TimelineMutex;
110 typedef CGuard<CFastMutex, SSimpleUnlock<CFastMutex>,
111 SSimpleLock<CFastMutex> > TFastMutexUnlockGuard;
H A Dgrid_worker_impl.hpp121 CFastMutex m_Mutex;
221 mutable CFastMutex m_JobProcessorMutex;
233 CFastMutex m_JobWatcherMutex;
252 CFastMutex m_JobPullbackMutex;
308 CFastMutex m_Mutex;
H A Dnetschedule_api_impl.hpp205 CFastMutex m_ServerByNodeMutex;
211 CFastMutex m_AffinitySubmissionMutex;
247 CFastMutex m_Mutex;
389 CFastMutex m_FastMutex;
407 CFastMutex m_NotificationThreadMutex;
477 CFastMutex m_PreferredAffMutex;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/corelib/
H A Dncbimtx.hpp256 class CFastMutex;
260 class CFastMutex;
378 friend class ::ncbi::CFastMutex;
666 class CFastMutex class
672 CFastMutex(void);
677 ~CFastMutex(void);
716 CFastMutex(const CFastMutex&);
719 CFastMutex& operator= (const CFastMutex&);
1169 CFastMutex m_WriteLock;
1482 (CFastMutex& mutex,
H A Dncbimtx.inl210 // CFastMutex::
214 CFastMutex::CFastMutex(void) function in CFastMutex
220 CFastMutex::~CFastMutex(void)
226 CFastMutex::operator SSystemFastMutex&(void)
232 void CFastMutex::Lock(void)
238 void CFastMutex::Unlock(void)
244 bool CFastMutex::TryLock(void)
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/corelib/
H A Dncbimtx.hpp256 class CFastMutex;
260 class CFastMutex;
378 friend class ::ncbi::CFastMutex;
666 class CFastMutex class
672 CFastMutex(void);
677 ~CFastMutex(void);
716 CFastMutex(const CFastMutex&);
719 CFastMutex& operator= (const CFastMutex&);
1169 CFastMutex m_WriteLock;
1482 (CFastMutex& mutex,
H A Dncbimtx.inl210 // CFastMutex::
214 CFastMutex::CFastMutex(void) function in CFastMutex
220 CFastMutex::~CFastMutex(void)
226 CFastMutex::operator SSystemFastMutex&(void)
232 void CFastMutex::Lock(void)
238 void CFastMutex::Unlock(void)
244 bool CFastMutex::TryLock(void)
/dports/audio/rezound/rezound-0.13.1beta/src/misc/
H A DCMutex.h136 class CFastMutex : public AMutex in getDefaultWidth()
139 CFastMutex(); in getDefaultWidth()
140 virtual ~CFastMutex() throw() ; in getDefaultWidth()
178 #define CFastMutex CMutex
H A DCMutex.cpp110 CFastMutex::CFastMutex() in CFastMutex() function in CFastMutex
122 CFastMutex::~CFastMutex() throw(){ in ~CFastMutex()
129 bool CFastMutex::trylock(int timeout_ms){ in trylock()
162 void CFastMutex::unlock(){ in unlock()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/profile/
H A Drtprofile.hpp75 CFastMutex m_sw_vec_mx; // OBSOLETE
76 CFastMutex m_sw_map_mx;
79 CFastMutex m_markers_mx;
83 CFastMutex m_user_data_mx;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/profile/
H A Drtprofile.hpp75 CFastMutex m_sw_vec_mx; // OBSOLETE
76 CFastMutex m_sw_map_mx;
79 CFastMutex m_markers_mx;
83 CFastMutex m_user_data_mx;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/blast/seqdb_reader/impl/
H A Dseqdbvol.hpp1429 mutable CFastMutex m_MtxGi;
1430 mutable CFastMutex m_MtxPig;
1431 mutable CFastMutex m_MtxStr;
1432 mutable CFastMutex m_MtxTi;
1433 mutable CFastMutex m_MtxSeq;
1434 mutable CFastMutex m_MtxHdr;
1435 mutable CFastMutex m_MtxCachedRange;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/blast/seqdb_reader/impl/
H A Dseqdbvol.hpp1429 mutable CFastMutex m_MtxGi;
1430 mutable CFastMutex m_MtxPig;
1431 mutable CFastMutex m_MtxStr;
1432 mutable CFastMutex m_MtxTi;
1433 mutable CFastMutex m_MtxSeq;
1434 mutable CFastMutex m_MtxHdr;
1435 mutable CFastMutex m_MtxCachedRange;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netstorage/
H A Dnst_dbconnection_thread.hpp50 CFastMutex & db_lock);
60 CFastMutex & m_DbLock;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/test/
H A Dtest_server.cpp103 mutable CFastMutex m_RngMutex; ///< Ensure RNG thread-safety
257 CFastMutex& mutex) in CConnectionRequest()
270 CFastMutex& m_Mutex;
375 CFastMutex rate_mutex; in Run()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objmgr/impl/
H A Dprefetch_impl.hpp103 mutable CFastMutex m_Lock;
130 CFastMutex m_Lock;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objmgr/impl/
H A Dprefetch_impl.hpp103 mutable CFastMutex m_Lock;
130 CFastMutex m_Lock;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netschedule/
H A Dqueue_database.hpp176 mutable CFastMutex m_ConfigureLock;
184 CFastMutex m_PurgeLock;
202 mutable CFastMutex m_LinkedSectionsGuard;

1234567