Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dasync_lock.h37 explicit AsyncLock(uint32_t lockId);
H A Dasync_lock_manager.cpp179 uint32_t lockId = nextId++; in Constructor() local
181 out << "anonymousLock" << lockId; in Constructor() local
183 Request(lockId); in Constructor()
186 data = new AsyncLockIdentity{true, lockId}; in Constructor()
259 strTrace += "lockId: " + std::to_string(id->id); in LockAsync()
H A Dasync_lock.cpp33 AsyncLock::AsyncLock(uint32_t lockId) in AsyncLock() argument
36 anonymousLockId_ = lockId; in AsyncLock()

Completed in 3 milliseconds