Home
last modified time | relevance | path

Searched refs:held (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dasync_lock.h43 napi_status FillLockState(napi_env env, napi_value held, napi_value pending);
H A Dasync_lock_manager.cpp340 napi_value held; in CreateLockState() local
342 if (napi_create_array(env, &held) != napi_ok) { in CreateLockState()
351 DECLARE_NAPI_PROPERTY("held", held), in CreateLockState()
356 if (asyncLock->FillLockState(env, held, pending) != napi_ok) { in CreateLockState()
H A Dasync_lock.cpp83 // the lock got held while we were waiting on the mutex, no-op in CleanUpLockRequestOnTimeout()
158 napi_status AsyncLock::FillLockState(napi_env env, napi_value held, napi_value pending) in FillLockState() argument
171 napi_status status = napi_set_property(env, held, index, info); in FillLockState()

Completed in 2 milliseconds