Home
last modified time | relevance | path

Searched refs:CleanUpLockRequestOnCompletion (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dlock_request.cpp111 lockRequest->lock_->CleanUpLockRequestOnCompletion(lockRequest);
124 lockRequest->lock_->CleanUpLockRequestOnCompletion(lockRequest); in FinallyCallback()
137 lock_->CleanUpLockRequestOnCompletion(this); in CallCallbackAsync()
154 lock_->CleanUpLockRequestOnCompletion(this); in CallCallback()
190 lock_->CleanUpLockRequestOnCompletion(this); in CallCallback()
H A Dasync_lock.h41 void CleanUpLockRequestOnCompletion(LockRequest* lockRequest);
H A Dasync_lock.cpp59 void AsyncLock::CleanUpLockRequestOnCompletion(LockRequest* lockRequest) in CleanUpLockRequestOnCompletion() function in Commonlibrary::Concurrent::LocksModule::AsyncLock