Home
last modified time | relevance | path

Searched refs:pending (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Ddriver.rs288 let pending = self.signal_pending;
290 pending
/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.cpp341 napi_value pending; in CreateLockState() local
346 if (napi_create_array(env, &pending) != napi_ok) { in CreateLockState()
352 DECLARE_NAPI_PROPERTY("pending", pending), in CreateLockState()
356 if (asyncLock->FillLockState(env, held, pending) != napi_ok) { in CreateLockState()
H A Dasync_lock.cpp158 napi_status AsyncLock::FillLockState(napi_env env, napi_value held, napi_value pending) in FillLockState() argument
187 napi_status status = napi_set_property(env, pending, index, info); in FillLockState()

Completed in 3 milliseconds