Searched refs:GetLockId (Results 1 - 2 of 2) sorted by relevance
/commonlibrary/ets_utils/js_concurrent_module/utils/locks/ | ||
H A D | async_lock.h | 60 uint32_t GetLockId() const in GetLockId() function in Commonlibrary::Concurrent::LocksModule::AsyncLock |
H A D | lock_request.cpp | 287 if (lock_->GetLockId() == 0) { in GetLockInfo() 290 strTrace += "lockId: " + std::to_string(lock_->GetLockId()); in GetLockInfo() |
Completed in 1 milliseconds