Home
last modified time | relevance | path

Searched refs:RemoveIf (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dmonitor.h67 bool RemoveIf(Predicate pred);
H A Dmonitor.cpp37 bool ThreadList<T>::RemoveIf(Predicate pred) in RemoveIf() function in ark::ThreadList
448 bool found = monitor->waiters_.RemoveIf( in Wait()
453 monitor->toWakeup_.RemoveIf( in Wait()
/arkcompiler/runtime_core/libpandabase/utils/
H A Dlist.h269 return RemoveIf([&value](const ValueType &v) { return value == v; }); in Remove()
273 bool RemoveIf(Predicate pred) in RemoveIf() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dlist.h263 return RemoveIf([&value](const ValueType &v) { return value == v; }); in Remove()
267 bool RemoveIf(Predicate pred) in RemoveIf() function
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 52 milliseconds