Home
last modified time | relevance | path

Searched refs:syncLockRequest (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dasync_lock.h44 void ProcessPendingLockRequest(napi_env env, LockRequest* syncLockRequest = nullptr);
72 void ProcessPendingLockRequestUnsafe(napi_env env, LockRequest* syncLockRequest = nullptr);
H A Dasync_lock.cpp106 void AsyncLock::ProcessPendingLockRequest(napi_env env, LockRequest* syncLockRequest) in ProcessPendingLockRequest() argument
109 ProcessPendingLockRequestUnsafe(env, syncLockRequest); in ProcessPendingLockRequest()
112 void AsyncLock::ProcessPendingLockRequestUnsafe(napi_env env, LockRequest* syncLockRequest) in ProcessPendingLockRequestUnsafe() argument
129 if (syncLockRequest == lockRequest) { in ProcessPendingLockRequestUnsafe()