Searched refs:relative_timeout (Results 1 – 3 of 3) sorted by relevance
119 const timespec* relative_timeout) { in __system_property_wait() argument120 return system_properties.Wait(pi, old_serial, new_serial_ptr, relative_timeout); in __system_property_wait()
71 const timespec* relative_timeout);
319 const timespec* relative_timeout) { in Wait() argument340 if ((rc = __futex_wait(serial_ptr, old_serial, relative_timeout)) != 0 && rc == -ETIMEDOUT) { in Wait()