Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dmutex.cpp318 auto old_count = mutex->GetRecursiveCount(); in Wait() local
330 mutex->SetRecursiveCount(old_count); in Wait()
377 auto old_count = mutex->GetRecursiveCount(); in TimedWait() local
403 mutex->SetRecursiveCount(old_count); in TimedWait()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp1160 uint32_t old_count = suspendCount_++; in SuspendThread() local
1161 if (old_count == 0) { in SuspendThread()

Completed in 4 milliseconds