Home
last modified time | relevance | path

Searched defs:ms (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/
H A Dws_logger.cpp53 auto &ms = message.GetStream(); in write() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_queue.cpp45 uint64_t ms = delta / NANOSECONDS_PER_MILLISEC; in GetTask() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_date_test.cpp62 double ms = ecmascript::JSDate::TimeClip(ecmascript::JSDate::MakeDate(day, time)); in HWTEST_F_L0() local
70 JSTaggedValue ms = ecmascript::JSDate::GetTimeFromString(str.c_str(), str.length()); in HWTEST_F_L0() local
[all...]
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dthread.cpp80 void NativeSleep(unsigned int ms) in NativeSleep() argument
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dthread.cpp93 void NativeSleep(unsigned int ms) in NativeSleep() argument
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dthread.cpp116 void NativeSleep(unsigned int ms) in NativeSleep() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Descompat_Date.cpp35 extern "C" int64_t EscompatDateGetLocalTimezoneOffset(int64_t ms) in EscompatDateGetLocalTimezoneOffset() argument
46 extern "C" EtsString *EscompatDateGetTimezoneName(int64_t ms) in EscompatDateGetTimezoneName() argument
62 extern "C" EtsString *EscompatDateGetLocaleString(EtsString *format, EtsString *locale, int64_t ms, uint8_t isUtc) in EscompatDateGetLocaleString() argument
H A Descompat_Atomics.cpp234 extern "C" int32_t SharedMemoryTimedWaitI32(EtsSharedMemory *mem, int32_t byteOffset, int32_t expectedValue, int64_t ms) in SharedMemoryTimedWaitI32() argument
242 extern "C" int32_t SharedMemoryTimedWaitI64(EtsSharedMemory *mem, int32_t byteOffset, int64_t expectedValue, int64_t ms) in SharedMemoryTimedWaitI64() argument
/arkcompiler/ets_runtime/ecmascript/platform/common/
H A Dmutex.cpp158 struct timespec ConvertTime(uint64_t ms, uint64_t ns, bool is_absolute) in ConvertTime() argument
178 bool ConditionVariable::TimedWait(Mutex *mutex, uint64_t ms, uint64_t ns, bool is_absolute) in TimedWait() argument
/arkcompiler/runtime_core/libpandabase/os/
H A Dmutex.cpp178 struct timespec ConvertTime(uint64_t ms, uint64_t ns, bool is_absolute) in ConvertTime() argument
198 bool ConditionVariable::TimedWait(Mutex *mutex, uint64_t ms, uint64_t ns, bool is_absolute /* = false */) in TimedWait() argument
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dmutex.cpp178 struct timespec ConvertTime(uint64_t ms, uint64_t ns, bool is_absolute) in ConvertTime() argument
198 bool ConditionVariable::TimedWait(Mutex *mutex, uint64_t ms, uint64_t ns, bool is_absolute /* = false */) in TimedWait() argument
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dthread.cpp138 void NativeSleep(unsigned int ms) in NativeSleep() argument
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dmutex.cpp336 struct timespec ConvertTime(uint64_t ms, uint64_t ns) in ConvertTime() argument
353 bool ConditionVariable::TimedWait(Mutex *mutex, uint64_t ms, uint64_t ns, bool is_absolute) in TimedWait() argument
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dmutex.h298 PANDA_PUBLIC_API bool TimedWait(Mutex *mutex, uint64_t ms, uint64_t ns = 0, bool isAbsolute = false) in TimedWait() argument
H A Dfmutex.cpp366 static struct timespec ConvertTime(uint64_t ms, uint64_t ns) in ConvertTime() argument
426 bool TimedWait(struct CondVar *const cond, struct fmutex *const m, uint64_t ms, uint64_t ns, bool isAbsolute) in TimedWait() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_shared_memory.cpp38 auto ms = timeout.value(); in Wait() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.h277 float PrintTimeMilliseconds(uint64_t ms) in PrintTimeMilliseconds() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dthread.cpp737 bool MTManagedThread::Sleep(uint64_t ms) in Sleep() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-gc.cpp1770 auto ms = static_cast<uint64_t>(remained) / ark::os::time::MILLIS_TO_MICRO; in PauseTimeGoalDelay() local

Completed in 14 milliseconds