Home
last modified time | relevance | path

Searched refs:NANOSECONDS_PER_MILLISEC (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_queue.cpp23 constexpr int64_t NANOSECONDS_PER_MILLISEC = 1000000; member
45 uint64_t ms = delta / NANOSECONDS_PER_MILLISEC; in GetTask()
46 uint64_t ns = delta % NANOSECONDS_PER_MILLISEC; in GetTask()
/arkcompiler/ets_runtime/ecmascript/platform/common/
H A Dmutex.cpp165 const int64_t NANOSECONDS_PER_MILLISEC = 1000000; in ConvertTime() local
168 time_t nanoseconds = (ms % MILLISECONDS_PER_SEC) * NANOSECONDS_PER_MILLISEC + ns; in ConvertTime()
/arkcompiler/runtime_core/libpandabase/os/
H A Dmutex.cpp185 const int64_t NANOSECONDS_PER_MILLISEC = 1000000; in ConvertTime() local
188 time_t nanoseconds = (ms % MILLISECONDS_PER_SEC) * NANOSECONDS_PER_MILLISEC + ns; in ConvertTime()
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dmutex.cpp185 const int64_t NANOSECONDS_PER_MILLISEC = 1000000; in ConvertTime() local
188 time_t nanoseconds = (ms % MILLISECONDS_PER_SEC) * NANOSECONDS_PER_MILLISEC + ns; in ConvertTime()
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dmutex.cpp340 const int64_t NANOSECONDS_PER_MILLISEC = 1000000; in ConvertTime() local
343 auto nanoseconds = static_cast<time_t>((ms % MILLISECONDS_PER_SEC) * NANOSECONDS_PER_MILLISEC + ns); in ConvertTime()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dfmutex.cpp363 const int64_t NANOSECONDS_PER_MILLISEC = 1000000; member
370 auto nanoseconds = static_cast<time_t>((ms % MILLISECONDS_PER_SEC) * NANOSECONDS_PER_MILLISEC + ns); in ConvertTime()

Completed in 4 milliseconds