Searched defs:ns (Results 1 – 6 of 6) sorted by relevance
/art/runtime/native/ |
D | java_lang_Object.cc | 52 static void Object_waitJI(JNIEnv* env, jobject java_this, jlong ms, jint ns) { in Object_waitJI()
|
D | java_lang_Thread.cc | 165 static void Thread_sleep(JNIEnv* env, jclass, jobject java_lock, jlong ms, jint ns) { in Thread_sleep()
|
/art/runtime/base/ |
D | mutex.cc | 561 bool ReaderWriterMutex::ExclusiveLockWithTimeout(Thread* self, int64_t ms, int32_t ns) { in ExclusiveLockWithTimeout() 796 void ConditionVariable::TimedWait(Thread* self, int64_t ms, int32_t ns) { in TimedWait()
|
/art/runtime/ |
D | monitor.cc | 430 void Monitor::Wait(Thread* self, int64_t ms, int32_t ns, in Wait() 833 void Monitor::Wait(Thread* self, mirror::Object *obj, int64_t ms, int32_t ns, in Wait()
|
D | utils.cc | 188 void NanoSleep(uint64_t ns) { in NanoSleep() 195 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts) { in InitTimeSpec()
|
/art/runtime/mirror/ |
D | object-inl.h | 113 inline void Object::Wait(Thread* self, int64_t ms, int32_t ns) { in Wait()
|