Home
last modified time | relevance | path

Searched defs:EtsLong (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_primitives.h31 using EtsLong = int64_t; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_taskpool.cpp33 size_t Taskpool::DecrementTaskCounter(EtsLong taskId, PandaUnorderedMap<EtsLong, size_t> &tasks) in DecrementTaskCounter()