Home
last modified time | relevance | path

Searched refs:that_ (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Plugins/Engine/
H A DOrthancPluginDatabase.cpp759 CheckSuccess(that_.backend_.listAvailableMetadata(that_.GetContext(), that_.payload_, id)); in GetAllMetadata()
792 CheckSuccess(that_.extensions_.getAllMetadata(that_.GetContext(), that_.payload_, id)); in GetAllMetadata()
876 CheckSuccess(that_.backend_.getChildrenInternalId(that_.GetContext(), that_.payload_, id)); in GetChildrenInternalId()
903 CheckSuccess(that_.backend_.getChildrenPublicId(that_.GetContext(), that_.payload_, id)); in GetChildrenPublicId()
930 CheckSuccess(that_.backend_.getLastChange(that_.GetContext(), that_.payload_)); in GetLastChange()
959 CheckSuccess(that_.backend_.getLastExportedResource(that_.GetContext(), that_.payload_)); in GetLastExportedResource()
969 CheckSuccess(that_.backend_.getMainDicomTags(that_.GetContext(), that_.payload_, id)); in GetMainDicomTags()
978 CheckSuccess(that_.backend_.getPublicId(that_.GetContext(), that_.payload_, resourceId)); in GetPublicId()
1056 CheckSuccess(that_.backend_.listAvailableAttachments(that_.GetContext(), that_.payload_, id)); in ListAvailableAttachments()
1198 CheckSuccess(that_.backend_.lookupParent(that_.GetContext(), that_.payload_, resourceId)); in LookupParent()
[all …]
H A DOrthancPluginDatabaseV3.cpp62 OrthancPluginDatabaseV3& that_; member in Orthanc::OrthancPluginDatabaseV3::Transaction
69 that_.CheckSuccess(code); in CheckSuccess()
271 that_(that), in Transaction()
288 that_.errorDictionary_.LogError(code, true); in ~Transaction()
295 CheckSuccess(that_.backend_.rollback(transaction_)); in Rollback()
327 CheckSuccess(that_.backend_.clearChanges(transaction_)); in ClearChanges()
357 CheckSuccess(that_.backend_.deleteResource(transaction_, id)); in DeleteResource()
365 CheckSuccess(that_.backend_.getAllMetadata(transaction_, id)); in GetAllMetadata()
405 CheckSuccess(that_.backend_.getAllPublicIdsWithLimit( in GetAllPublicIds()
489 CheckSuccess(that_.backend_.getLastChange(transaction_)); in GetLastChange()
[all …]
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Plugins/Engine/
H A DOrthancPluginDatabase.cpp759 CheckSuccess(that_.backend_.listAvailableMetadata(that_.GetContext(), that_.payload_, id)); in GetAllMetadata()
792 CheckSuccess(that_.extensions_.getAllMetadata(that_.GetContext(), that_.payload_, id)); in GetAllMetadata()
876 CheckSuccess(that_.backend_.getChildrenInternalId(that_.GetContext(), that_.payload_, id)); in GetChildrenInternalId()
903 CheckSuccess(that_.backend_.getChildrenPublicId(that_.GetContext(), that_.payload_, id)); in GetChildrenPublicId()
930 CheckSuccess(that_.backend_.getLastChange(that_.GetContext(), that_.payload_)); in GetLastChange()
959 CheckSuccess(that_.backend_.getLastExportedResource(that_.GetContext(), that_.payload_)); in GetLastExportedResource()
969 CheckSuccess(that_.backend_.getMainDicomTags(that_.GetContext(), that_.payload_, id)); in GetMainDicomTags()
978 CheckSuccess(that_.backend_.getPublicId(that_.GetContext(), that_.payload_, resourceId)); in GetPublicId()
1056 CheckSuccess(that_.backend_.listAvailableAttachments(that_.GetContext(), that_.payload_, id)); in ListAvailableAttachments()
1198 CheckSuccess(that_.backend_.lookupParent(that_.GetContext(), that_.payload_, resourceId)); in LookupParent()
[all …]
H A DOrthancPluginDatabaseV3.cpp62 OrthancPluginDatabaseV3& that_; member in Orthanc::OrthancPluginDatabaseV3::Transaction
69 that_.CheckSuccess(code); in CheckSuccess()
271 that_(that), in Transaction()
288 that_.errorDictionary_.LogError(code, true); in ~Transaction()
295 CheckSuccess(that_.backend_.rollback(transaction_)); in Rollback()
327 CheckSuccess(that_.backend_.clearChanges(transaction_)); in ClearChanges()
357 CheckSuccess(that_.backend_.deleteResource(transaction_, id)); in DeleteResource()
365 CheckSuccess(that_.backend_.getAllMetadata(transaction_, id)); in GetAllMetadata()
405 CheckSuccess(that_.backend_.getAllPublicIdsWithLimit( in GetAllPublicIds()
489 CheckSuccess(that_.backend_.getLastChange(transaction_)); in GetLastChange()
[all …]
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Plugins/Engine/
H A DOrthancPluginDatabase.cpp759 CheckSuccess(that_.backend_.listAvailableMetadata(that_.GetContext(), that_.payload_, id)); in GetAllMetadata()
792 CheckSuccess(that_.extensions_.getAllMetadata(that_.GetContext(), that_.payload_, id)); in GetAllMetadata()
876 CheckSuccess(that_.backend_.getChildrenInternalId(that_.GetContext(), that_.payload_, id)); in GetChildrenInternalId()
903 CheckSuccess(that_.backend_.getChildrenPublicId(that_.GetContext(), that_.payload_, id)); in GetChildrenPublicId()
930 CheckSuccess(that_.backend_.getLastChange(that_.GetContext(), that_.payload_)); in GetLastChange()
959 CheckSuccess(that_.backend_.getLastExportedResource(that_.GetContext(), that_.payload_)); in GetLastExportedResource()
969 CheckSuccess(that_.backend_.getMainDicomTags(that_.GetContext(), that_.payload_, id)); in GetMainDicomTags()
978 CheckSuccess(that_.backend_.getPublicId(that_.GetContext(), that_.payload_, resourceId)); in GetPublicId()
1056 CheckSuccess(that_.backend_.listAvailableAttachments(that_.GetContext(), that_.payload_, id)); in ListAvailableAttachments()
1198 CheckSuccess(that_.backend_.lookupParent(that_.GetContext(), that_.payload_, resourceId)); in LookupParent()
[all …]
H A DOrthancPluginDatabaseV3.cpp62 OrthancPluginDatabaseV3& that_; member in Orthanc::OrthancPluginDatabaseV3::Transaction
69 that_.CheckSuccess(code); in CheckSuccess()
271 that_(that), in Transaction()
288 that_.errorDictionary_.LogError(code, true); in ~Transaction()
295 CheckSuccess(that_.backend_.rollback(transaction_)); in Rollback()
327 CheckSuccess(that_.backend_.clearChanges(transaction_)); in ClearChanges()
357 CheckSuccess(that_.backend_.deleteResource(transaction_, id)); in DeleteResource()
365 CheckSuccess(that_.backend_.getAllMetadata(transaction_, id)); in GetAllMetadata()
405 CheckSuccess(that_.backend_.getAllPublicIdsWithLimit( in GetAllPublicIds()
489 CheckSuccess(that_.backend_.getLastChange(transaction_)); in GetLastChange()
[all …]
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Plugins/Engine/
H A DOrthancPluginDatabase.cpp759 CheckSuccess(that_.backend_.listAvailableMetadata(that_.GetContext(), that_.payload_, id)); in GetAllMetadata()
792 CheckSuccess(that_.extensions_.getAllMetadata(that_.GetContext(), that_.payload_, id)); in GetAllMetadata()
876 CheckSuccess(that_.backend_.getChildrenInternalId(that_.GetContext(), that_.payload_, id)); in GetChildrenInternalId()
903 CheckSuccess(that_.backend_.getChildrenPublicId(that_.GetContext(), that_.payload_, id)); in GetChildrenPublicId()
930 CheckSuccess(that_.backend_.getLastChange(that_.GetContext(), that_.payload_)); in GetLastChange()
959 CheckSuccess(that_.backend_.getLastExportedResource(that_.GetContext(), that_.payload_)); in GetLastExportedResource()
969 CheckSuccess(that_.backend_.getMainDicomTags(that_.GetContext(), that_.payload_, id)); in GetMainDicomTags()
978 CheckSuccess(that_.backend_.getPublicId(that_.GetContext(), that_.payload_, resourceId)); in GetPublicId()
1056 CheckSuccess(that_.backend_.listAvailableAttachments(that_.GetContext(), that_.payload_, id)); in ListAvailableAttachments()
1198 CheckSuccess(that_.backend_.lookupParent(that_.GetContext(), that_.payload_, resourceId)); in LookupParent()
[all …]
H A DOrthancPluginDatabaseV3.cpp62 OrthancPluginDatabaseV3& that_; member in Orthanc::OrthancPluginDatabaseV3::Transaction
69 that_.CheckSuccess(code); in CheckSuccess()
271 that_(that), in Transaction()
288 that_.errorDictionary_.LogError(code, true); in ~Transaction()
295 CheckSuccess(that_.backend_.rollback(transaction_)); in Rollback()
327 CheckSuccess(that_.backend_.clearChanges(transaction_)); in ClearChanges()
357 CheckSuccess(that_.backend_.deleteResource(transaction_, id)); in DeleteResource()
365 CheckSuccess(that_.backend_.getAllMetadata(transaction_, id)); in GetAllMetadata()
405 CheckSuccess(that_.backend_.getAllPublicIdsWithLimit( in GetAllPublicIds()
489 CheckSuccess(that_.backend_.getLastChange(transaction_)); in GetLastChange()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/hostapi/asio/
H A Diasiothiscallresolver.cpp367 : that_( that ) in IASIOThiscallResolver()
405 CALL_THISCALL_1( result, that_, 12, sysHandle ); in init()
411 CALL_VOID_THISCALL_1( that_, 16, name ); in getDriverName()
417 CALL_THISCALL_0( result, that_, 20 ); in getDriverVersion()
423 CALL_VOID_THISCALL_1( that_, 24, string ); in getErrorMessage()
429 CALL_THISCALL_0( result, that_, 28 ); in start()
436 CALL_THISCALL_0( result, that_, 32 ); in stop()
507 CALL_THISCALL_1( result, that_, 72, info ); in getChannelInfo()
522 CALL_THISCALL_0( result, that_, 80 ); in disposeBuffers()
529 CALL_THISCALL_0( result, that_, 84 ); in controlPanel()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/rtaudio/include/
H A Diasiothiscallresolver.cpp367 : that_( that ) in IASIOThiscallResolver()
405 CALL_THISCALL_1( result, that_, 12, sysHandle ); in init()
411 CALL_VOID_THISCALL_1( that_, 16, name ); in getDriverName()
417 CALL_THISCALL_0( result, that_, 20 ); in getDriverVersion()
423 CALL_VOID_THISCALL_1( that_, 24, string ); in getErrorMessage()
429 CALL_THISCALL_0( result, that_, 28 ); in start()
436 CALL_THISCALL_0( result, that_, 32 ); in stop()
507 CALL_THISCALL_1( result, that_, 72, info ); in getChannelInfo()
522 CALL_THISCALL_0( result, that_, 80 ); in disposeBuffers()
529 CALL_THISCALL_0( result, that_, 84 ); in controlPanel()
[all …]
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/drivers/audio/
H A Diasiothiscallresolver.cpp352 : that_( that ) in IASIOThiscallResolver()
389 CALL_THISCALL_1( result, that_, 12, sysHandle ); in init()
395 CALL_VOID_THISCALL_1( that_, 16, name ); in getDriverName()
401 CALL_THISCALL_0( result, that_, 20 ); in getDriverVersion()
407 CALL_VOID_THISCALL_1( that_, 24, string ); in getErrorMessage()
413 CALL_THISCALL_0( result, that_, 28 ); in start()
420 CALL_THISCALL_0( result, that_, 32 ); in stop()
491 CALL_THISCALL_1( result, that_, 72, info ); in getChannelInfo()
506 CALL_THISCALL_0( result, that_, 80 ); in disposeBuffers()
513 CALL_THISCALL_0( result, that_, 84 ); in controlPanel()
[all …]
/dports/audio/giada/giada-0.17.1/src/deps/rtaudio/include/
H A Diasiothiscallresolver.cpp367 : that_( that ) in IASIOThiscallResolver()
405 CALL_THISCALL_1( result, that_, 12, sysHandle ); in init()
411 CALL_VOID_THISCALL_1( that_, 16, name ); in getDriverName()
417 CALL_THISCALL_0( result, that_, 20 ); in getDriverVersion()
423 CALL_VOID_THISCALL_1( that_, 24, string ); in getErrorMessage()
429 CALL_THISCALL_0( result, that_, 28 ); in start()
436 CALL_THISCALL_0( result, that_, 32 ); in stop()
507 CALL_THISCALL_1( result, that_, 72, info ); in getChannelInfo()
522 CALL_THISCALL_0( result, that_, 80 ); in disposeBuffers()
529 CALL_THISCALL_0( result, that_, 84 ); in controlPanel()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/portaudio/src/hostapi/asio/
H A Diasiothiscallresolver.cpp358 : that_( that ) in IASIOThiscallResolver()
396 CALL_THISCALL_1( result, that_, 12, sysHandle ); in init()
402 CALL_VOID_THISCALL_1( that_, 16, name ); in getDriverName()
408 CALL_THISCALL_0( result, that_, 20 ); in getDriverVersion()
414 CALL_VOID_THISCALL_1( that_, 24, string ); in getErrorMessage()
420 CALL_THISCALL_0( result, that_, 28 ); in start()
427 CALL_THISCALL_0( result, that_, 32 ); in stop()
498 CALL_THISCALL_1( result, that_, 72, info ); in getChannelInfo()
513 CALL_THISCALL_0( result, that_, 80 ); in disposeBuffers()
520 CALL_THISCALL_0( result, that_, 84 ); in controlPanel()
[all …]
/dports/devel/upp/upp/bazaar/plugin/portaudio/hostapi/asio/
H A Diasiothiscallresolver.cpp367 : that_( that ) in IASIOThiscallResolver()
405 CALL_THISCALL_1( result, that_, 12, sysHandle ); in init()
411 CALL_VOID_THISCALL_1( that_, 16, name ); in getDriverName()
417 CALL_THISCALL_0( result, that_, 20 ); in getDriverVersion()
423 CALL_VOID_THISCALL_1( that_, 24, string ); in getErrorMessage()
429 CALL_THISCALL_0( result, that_, 28 ); in start()
436 CALL_THISCALL_0( result, that_, 32 ); in stop()
507 CALL_THISCALL_1( result, that_, 72, info ); in getChannelInfo()
522 CALL_THISCALL_0( result, that_, 80 ); in disposeBuffers()
529 CALL_THISCALL_0( result, that_, 84 ); in controlPanel()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/hostapi/asio/
H A Diasiothiscallresolver.cpp367 : that_( that ) in IASIOThiscallResolver()
405 CALL_THISCALL_1( result, that_, 12, sysHandle ); in init()
411 CALL_VOID_THISCALL_1( that_, 16, name ); in getDriverName()
417 CALL_THISCALL_0( result, that_, 20 ); in getDriverVersion()
423 CALL_VOID_THISCALL_1( that_, 24, string ); in getErrorMessage()
429 CALL_THISCALL_0( result, that_, 28 ); in start()
436 CALL_THISCALL_0( result, that_, 32 ); in stop()
507 CALL_THISCALL_1( result, that_, 72, info ); in getChannelInfo()
522 CALL_THISCALL_0( result, that_, 80 ); in disposeBuffers()
529 CALL_THISCALL_0( result, that_, 84 ); in controlPanel()
[all …]
/dports/audio/portaudio/portaudio/src/hostapi/asio/
H A Diasiothiscallresolver.cpp367 : that_( that ) in IASIOThiscallResolver()
405 CALL_THISCALL_1( result, that_, 12, sysHandle ); in init()
411 CALL_VOID_THISCALL_1( that_, 16, name ); in getDriverName()
417 CALL_THISCALL_0( result, that_, 20 ); in getDriverVersion()
423 CALL_VOID_THISCALL_1( that_, 24, string ); in getErrorMessage()
429 CALL_THISCALL_0( result, that_, 28 ); in start()
436 CALL_THISCALL_0( result, that_, 32 ); in stop()
507 CALL_THISCALL_1( result, that_, 72, info ); in getChannelInfo()
522 CALL_THISCALL_0( result, that_, 80 ); in disposeBuffers()
529 CALL_THISCALL_0( result, that_, 84 ); in controlPanel()
[all …]
/dports/audio/rtaudio/rtaudio-5.1.0/include/
H A Diasiothiscallresolver.cpp367 : that_( that )
405 CALL_THISCALL_1( result, that_, 12, sysHandle );
411 CALL_VOID_THISCALL_1( that_, 16, name );
417 CALL_THISCALL_0( result, that_, 20 );
423 CALL_VOID_THISCALL_1( that_, 24, string );
429 CALL_THISCALL_0( result, that_, 28 );
436 CALL_THISCALL_0( result, that_, 32 );
507 CALL_THISCALL_1( result, that_, 72, info );
522 CALL_THISCALL_0( result, that_, 80 );
529 CALL_THISCALL_0( result, that_, 84 );
[all …]
/dports/audio/stk/stk-4.6.2/src/include/
H A Diasiothiscallresolver.cpp367 : that_( that )
405 CALL_THISCALL_1( result, that_, 12, sysHandle );
411 CALL_VOID_THISCALL_1( that_, 16, name );
417 CALL_THISCALL_0( result, that_, 20 );
423 CALL_VOID_THISCALL_1( that_, 24, string );
429 CALL_THISCALL_0( result, that_, 28 );
436 CALL_THISCALL_0( result, that_, 32 );
507 CALL_THISCALL_1( result, that_, 72, info );
522 CALL_THISCALL_0( result, that_, 80 );
529 CALL_THISCALL_0( result, that_, 84 );
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/hostapi/asio/
H A Diasiothiscallresolver.cpp367 : that_( that ) in IASIOThiscallResolver()
405 CALL_THISCALL_1( result, that_, 12, sysHandle ); in init()
411 CALL_VOID_THISCALL_1( that_, 16, name ); in getDriverName()
417 CALL_THISCALL_0( result, that_, 20 ); in getDriverVersion()
423 CALL_VOID_THISCALL_1( that_, 24, string ); in getErrorMessage()
429 CALL_THISCALL_0( result, that_, 28 ); in start()
436 CALL_THISCALL_0( result, that_, 32 ); in stop()
507 CALL_THISCALL_1( result, that_, 72, info ); in getChannelInfo()
522 CALL_THISCALL_0( result, that_, 80 ); in disposeBuffers()
529 CALL_THISCALL_0( result, that_, 84 ); in controlPanel()
[all …]
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/ServerJobs/
H A DLuaJobManager.cpp120 that_(that), in Lock()
124 if (that_.currentJob_ == NULL) in Lock()
130 jobLock_.reset(new SequenceOfOperationsJob::Lock(*that_.currentJob_)); in Lock()
133 jobLock_->GetOperationsCount() >= that_.maxOperations_) in Lock()
148 that_.currentJob_ = new SequenceOfOperationsJob; in Lock()
149 that_.currentJob_->Register(that_); in Lock()
150 that_.currentJob_->SetDescription("Lua"); in Lock()
154 jobLock_->SetTrailingOperationTimeout(that_.trailingTimeout_); in Lock()
178 delete that_.currentJob_; in ~Lock()
179 that_.currentJob_ = NULL; in ~Lock()
[all …]
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/ServerJobs/
H A DLuaJobManager.cpp120 that_(that), in Lock()
124 if (that_.currentJob_ == NULL) in Lock()
130 jobLock_.reset(new SequenceOfOperationsJob::Lock(*that_.currentJob_)); in Lock()
133 jobLock_->GetOperationsCount() >= that_.maxOperations_) in Lock()
148 that_.currentJob_ = new SequenceOfOperationsJob; in Lock()
149 that_.currentJob_->Register(that_); in Lock()
150 that_.currentJob_->SetDescription("Lua"); in Lock()
154 jobLock_->SetTrailingOperationTimeout(that_.trailingTimeout_); in Lock()
178 delete that_.currentJob_; in ~Lock()
179 that_.currentJob_ = NULL; in ~Lock()
[all …]
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Sources/ServerJobs/
H A DLuaJobManager.cpp120 that_(that), in Lock()
124 if (that_.currentJob_ == NULL) in Lock()
130 jobLock_.reset(new SequenceOfOperationsJob::Lock(*that_.currentJob_)); in Lock()
133 jobLock_->GetOperationsCount() >= that_.maxOperations_) in Lock()
148 that_.currentJob_ = new SequenceOfOperationsJob; in Lock()
149 that_.currentJob_->Register(that_); in Lock()
150 that_.currentJob_->SetDescription("Lua"); in Lock()
154 jobLock_->SetTrailingOperationTimeout(that_.trailingTimeout_); in Lock()
178 delete that_.currentJob_; in ~Lock()
179 that_.currentJob_ = NULL; in ~Lock()
[all …]
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/ServerJobs/
H A DLuaJobManager.cpp120 that_(that), in Lock()
124 if (that_.currentJob_ == NULL) in Lock()
130 jobLock_.reset(new SequenceOfOperationsJob::Lock(*that_.currentJob_)); in Lock()
133 jobLock_->GetOperationsCount() >= that_.maxOperations_) in Lock()
148 that_.currentJob_ = new SequenceOfOperationsJob; in Lock()
149 that_.currentJob_->Register(that_); in Lock()
150 that_.currentJob_->SetDescription("Lua"); in Lock()
154 jobLock_->SetTrailingOperationTimeout(that_.trailingTimeout_); in Lock()
178 delete that_.currentJob_; in ~Lock()
179 that_.currentJob_ = NULL; in ~Lock()
[all …]
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancServer/Sources/ServerJobs/
H A DLuaJobManager.cpp120 that_(that), in Lock()
124 if (that_.currentJob_ == NULL) in Lock()
130 jobLock_.reset(new SequenceOfOperationsJob::Lock(*that_.currentJob_)); in Lock()
133 jobLock_->GetOperationsCount() >= that_.maxOperations_) in Lock()
148 that_.currentJob_ = new SequenceOfOperationsJob; in Lock()
149 that_.currentJob_->Register(that_); in Lock()
150 that_.currentJob_->SetDescription("Lua"); in Lock()
154 jobLock_->SetTrailingOperationTimeout(that_.trailingTimeout_); in Lock()
178 delete that_.currentJob_; in ~Lock()
179 that_.currentJob_ = NULL; in ~Lock()
[all …]
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/MultiThreading/
H A DSemaphore.h53 Semaphore& that_;
58 that_(that), in that_() function
61 that_.Acquire(resourceCount_); in that_()
66 that_.Release(resourceCount_); in ~Locker()
73 Semaphore& that_;
79 that_(that), in that_() function
82 isAcquired_ = that_.TryAcquire(resourceCount_); in that_()
89 that_.Release(resourceCount_); in ~TryLocker()

123456789