Searched refs:is_timeout (Results 1 – 5 of 5) sorted by relevance
497 bool is_timeout = false; in stm32_i2c_msg_write() local515 is_timeout = true; in stm32_i2c_msg_write()519 data->current.is_arlo || is_timeout) { in stm32_i2c_msg_write()542 if (is_timeout) { in stm32_i2c_msg_write()555 bool is_timeout = false; in stm32_i2c_msg_read() local574 is_timeout = true; in stm32_i2c_msg_read()578 data->current.is_arlo || is_timeout) { in stm32_i2c_msg_read()601 if (is_timeout) { in stm32_i2c_msg_read()
965 def _update_instance_info(self, harness_state, is_timeout): argument968 if is_timeout:1000 is_timeout = False1013 is_timeout = True1037 self._update_instance_info(harness.state, is_timeout)
321 void z_sched_wake_thread(struct k_thread *thread, bool is_timeout);
892 void z_sched_wake_thread(struct k_thread *thread, bool is_timeout) in z_sched_wake_thread() argument899 bool do_nothing = thread->no_wake_on_timeout && is_timeout; in z_sched_wake_thread()914 if (is_timeout) { in z_sched_wake_thread()
1635 is_timeout, argument1647 handler._update_instance_info(harness_state, is_timeout)