Searched refs:syncLockRequest (Results 1 – 2 of 2) sorted by relevance
44 void ProcessPendingLockRequest(napi_env env, LockRequest* syncLockRequest = nullptr);72 void ProcessPendingLockRequestUnsafe(napi_env env, LockRequest* syncLockRequest = nullptr);
106 void AsyncLock::ProcessPendingLockRequest(napi_env env, LockRequest* syncLockRequest) in ProcessPendingLockRequest() argument109 ProcessPendingLockRequestUnsafe(env, syncLockRequest); in ProcessPendingLockRequest()112 void AsyncLock::ProcessPendingLockRequestUnsafe(napi_env env, LockRequest* syncLockRequest) in ProcessPendingLockRequestUnsafe() argument129 if (syncLockRequest == lockRequest) { in ProcessPendingLockRequestUnsafe()