Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dasync_lock.h42 bool CleanUpLockRequestOnTimeout(LockRequest* lockRequest);
H A Dasync_lock.cpp78 bool AsyncLock::CleanUpLockRequestOnTimeout(LockRequest* lockRequest) in CleanUpLockRequestOnTimeout() function in Commonlibrary::Concurrent::LocksModule::AsyncLock
H A Dlock_request.cpp281 bool success = data->lock->CleanUpLockRequestOnTimeout(data->request); in TimeoutCallback()