Home
last modified time | relevance | path

Searched refs:PopFront (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_waiters_list.h60 Node *PopFront() in PopFront() function in ark::ets::EtsWaitersList
H A Dets_sync_primitives.h89 * BUT not with other Resume (PopFront is not thread-safety)
94 auto *awaitee = GetWaitersList(coro)->PopFront(); in ResumeCoroutine()
/arkcompiler/runtime_core/static_core/runtime/
H A Dmonitor.h48 void PopFront();
189 // when PopFront is called.
H A Dmonitor.cpp78 void ThreadList<T>::PopFront() in PopFront() function in ark::ThreadList
509 monitor->waiters_.PopFront(); in Notify()
710 // NB! Current list implementation leaves this pointer valid after PopFront, change this in Acquire()
714 this->toWakeup_.PopFront(); in Acquire()
/arkcompiler/runtime_core/libpandabase/tests/
H A Dlist_test.cpp101 list.PopFront(); in TEST_F()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dlist_test.cpp103 list.PopFront(); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.h329 WorkNode *PopFront();
H A Dpgo_profiler.cpp717 node = dumpWorkList_.PopFront(); in PopFromProfileQueue()
2042 PGOProfiler::WorkNode *PGOProfiler::WorkList::PopFront() in PopFront() function in panda::ecmascript::pgo::PGOProfiler::WorkList
/arkcompiler/runtime_core/libpandabase/utils/
H A Dlist.h228 void PopFront() in PopFront() function in panda::List
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dlist.h224 void PopFront() in PopFront() function in ark::List

Completed in 16 milliseconds