Home
last modified time | relevance | path

Searched defs:handles (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dpipe.cpp44 Expected<size_t, Error> WaitForEvent(const UniqueFd *handles, size_t size, EventType type) in WaitForEvent()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dpipe.cpp77 Expected<size_t, Error> WaitForEvent(const UniqueFd *handles, size_t size, EventType type) in WaitForEvent()
/arkcompiler/ets_runtime/ecmascript/
Dsustaining_js_handle.cpp119 for (auto handles = listHead_; handles != nullptr; handles = handles->next_) { in Iterate() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1gc_fullgc_test.cpp144 std::vector<HanVec> handles; member in ark::mem::test::G1GCFullGCTest
Dmem_stats_gen_gc_test.cpp211 std::vector<HanVec> handles; member in ark::mem::test::MemStatsGenGCTest