Searched defs:ns (Results 1 – 7 of 7) sorted by relevance
/art/runtime/base/ |
D | time_utils.h | 66 static constexpr inline uint64_t NsToMs(uint64_t ns) { in NsToMs()
|
D | time_utils.cc | 169 void NanoSleep(uint64_t ns) { in NanoSleep() 176 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts) { in InitTimeSpec()
|
D | mutex.cc | 615 bool ReaderWriterMutex::ExclusiveLockWithTimeout(Thread* self, int64_t ms, int32_t ns) { in ExclusiveLockWithTimeout() 864 bool ConditionVariable::TimedWait(Thread* self, int64_t ms, int32_t ns) { in TimedWait()
|
/art/runtime/native/ |
D | java_lang_Object.cc | 54 static void Object_waitJI(JNIEnv* env, jobject java_this, jlong ms, jint ns) { in Object_waitJI()
|
D | java_lang_Thread.cc | 163 static void Thread_sleep(JNIEnv* env, jclass, jobject java_lock, jlong ms, jint ns) { in Thread_sleep()
|
/art/runtime/ |
D | monitor.cc | 409 void Monitor::Wait(Thread* self, int64_t ms, int32_t ns, in Wait() 835 void Monitor::Wait(Thread* self, mirror::Object *obj, int64_t ms, int32_t ns, in Wait()
|
/art/runtime/mirror/ |
D | object-inl.h | 115 inline void Object::Wait(Thread* self, int64_t ms, int32_t ns) { in Wait()
|