Home
last modified time | relevance | path

Searched refs:is_timeout (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.6.0/drivers/i2c/
Di2c_ll_stm32_v2.c497 bool is_timeout = false; in stm32_i2c_msg_write() local
515 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() local
574 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()
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/
Dhandlers.py965 def _update_instance_info(self, harness_state, is_timeout): argument
968 if is_timeout:
1000 is_timeout = False
1013 is_timeout = True
1037 self._update_instance_info(harness.state, is_timeout)
/Zephyr-Core-3.6.0/kernel/include/
Dksched.h321 void z_sched_wake_thread(struct k_thread *thread, bool is_timeout);
/Zephyr-Core-3.6.0/kernel/
Dsched.c892 void z_sched_wake_thread(struct k_thread *thread, bool is_timeout) in z_sched_wake_thread() argument
899 bool do_nothing = thread->no_wake_on_timeout && is_timeout; in z_sched_wake_thread()
914 if (is_timeout) { in z_sched_wake_thread()
/Zephyr-Core-3.6.0/scripts/tests/twister/
Dtest_handlers.py1635 is_timeout, argument
1647 handler._update_instance_info(harness_state, is_timeout)