Searched refs:timeout (Results 1 – 2 of 2) sorted by relevance
/art/runtime/base/ |
D | mutex-inl.h | 42 static inline int futex(volatile int *uaddr, int op, int val, const struct timespec *timeout, volat… in futex() argument 43 return syscall(SYS_futex, uaddr, op, val, timeout, uaddr2, val3); in futex()
|
/art/runtime/mirror/ |
D | object.h | 130 …void Wait(Thread* self, int64_t timeout, int32_t nanos) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_…
|