Searched defs:ns (Results 1 – 8 of 8) sorted by relevance
/art/runtime/base/ |
D | time_utils.h | 69 static constexpr inline uint64_t NsToMs(uint64_t ns) { in NsToMs()
|
D | time_utils.cc | 184 void NanoSleep(uint64_t ns) { in NanoSleep() 191 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts) { in InitTimeSpec()
|
D | mutex.cc | 684 bool ReaderWriterMutex::ExclusiveLockWithTimeout(Thread* self, int64_t ms, int32_t ns) { in ExclusiveLockWithTimeout() 967 bool ConditionVariable::TimedWait(Thread* self, int64_t ms, int32_t ns) { in TimedWait()
|
/art/runtime/native/ |
D | java_lang_Object.cc | 49 static void Object_waitJI(JNIEnv* env, jobject java_this, jlong ms, jint ns) { in Object_waitJI()
|
D | java_lang_Thread.cc | 179 static void Thread_sleep(JNIEnv* env, jclass, jobject java_lock, jlong ms, jint ns) { in Thread_sleep()
|
/art/runtime/ |
D | monitor.cc | 639 void Monitor::Wait(Thread* self, int64_t ms, int32_t ns, in Wait() 1097 void Monitor::Wait(Thread* self, mirror::Object *obj, int64_t ms, int32_t ns, in Wait()
|
/art/runtime/mirror/ |
D | object-inl.h | 120 inline void Object::Wait(Thread* self, int64_t ms, int32_t ns) { in Wait()
|
/art/runtime/openjdkjvmti/ |
D | ti_redefine.cc | 543 art::ScopedAssertNoThreadSuspension ns("No thread suspension during thread stack walking"); in FindAndAllocateObsoleteMethods() local
|