Searched refs:relative_timeout (Results 1 – 3 of 3) sorted by relevance
113 const timespec* relative_timeout) { in __system_property_wait() argument114 return system_properties.Wait(pi, old_serial, new_serial_ptr, relative_timeout); in __system_property_wait()
72 const timespec* relative_timeout);
314 const timespec* relative_timeout) { in Wait() argument335 if ((rc = __futex_wait(serial_ptr, old_serial, relative_timeout)) != 0 && rc == -ETIMEDOUT) { in Wait()