Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dasync_lock_manager.cpp216 AsyncLockIdentity *identity = reinterpret_cast<AsyncLockIdentity *>(data); in Destructor() local
218 if (identity->isAnonymous) { in Destructor()
220 auto it = anonymousLockMap.find(identity->id); in Destructor()
225 auto it = lockMap.find(identity->name); in Destructor()
230 delete identity; in Destructor()
302 AsyncLockIdentity identity{false, 0, nameStr}; in Query()
306 lock = FindAsyncLockUnsafe(&identity); in Query()
326 return CreateLockStates(env, [] ([[maybe_unused]] const AsyncLockIdentity &identity) { in QueryAll()
365 const std::function<bool(const AsyncLockIdentity& identity)> &pred) in CreateLockStates()
376 AsyncLockIdentity identity in CreateLockStates() local
390 AsyncLockIdentity identity = {false, 0, entry.first}; CreateLockStates() local
[all...]

Completed in 1 milliseconds