Searched refs:timeout (Results 1 - 2 of 2) sorted by relevance

/art/runtime/base/
H A Dmutex-inl.h42 static inline int futex(volatile int *uaddr, int op, int val, const struct timespec *timeout, volatile int *uaddr2, int val3) { argument
43 return syscall(SYS_futex, uaddr, op, val, timeout, uaddr2, val3);
/art/runtime/mirror/
H A Dobject.h130 void Wait(Thread* self, int64_t timeout, int32_t nanos) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);

Completed in 87 milliseconds