Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dfmutex.cpp402 auto oldCount = m->recursiveCount; in Wait() local
420 m->recursiveCount = oldCount; in Wait()
449 auto oldCount = m->recursiveCount; in TimedWait() local
482 m->recursiveCount = oldCount; in TimedWait()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_thread_state_test.cpp78 size_t oldCount = activeThreadCount; in CreateNewVMInSeparateThread()
85 while (activeThreadCount == oldCount) { in CreateNewVMInSeparateThread()
/arkcompiler/runtime_core/static_core/runtime/
H A Dthread.cpp444 auto oldCount = suspendCount_++; in SuspendImpl() local
445 if (oldCount == 0) { in SuspendImpl()

Completed in 7 milliseconds