Searched refs:relative_timeout (Results 1 – 3 of 3) sorted by relevance
120 const timespec* relative_timeout) { in __system_property_wait() argument121 return system_properties.Wait(pi, old_serial, new_serial_ptr, relative_timeout); in __system_property_wait()
70 const timespec* relative_timeout);
423 const timespec* relative_timeout) { in Wait() argument444 if ((rc = __futex_wait(serial_ptr, old_serial, relative_timeout)) != 0 && rc == -ETIMEDOUT) { in Wait()