Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_dfx.h40 std::atomic<int> maxLockHoldingTime_; member
47 maxLockHoldingTime_(0), start_(Clock::now()), blockUIEventstart_(Clock::now()) {} in JitEventParams()
185 if (time > jitEventParams.maxLockHoldingTime_.load()) { in SetLockHoldingTime()
186 jitEventParams.maxLockHoldingTime_.store(time); in SetLockHoldingTime()
200 return jitEventParams.maxLockHoldingTime_.load() / CONVERT_TO_MILLISECOND; in GetMaxLockHoldingTime()
H A Djit_dfx.cpp235 jitEventParams.maxLockHoldingTime_ .store(0); in InitializeRecord()

Completed in 1 milliseconds