Searched refs:reschedule (Results 1 – 14 of 14) sorted by relevance
/Zephyr-Core-3.6.0/doc/develop/api/ |
D | terminology.rst | 11 if executing the function reaches a reschedule point 37 reschedule section in API Terminology 40 The reschedule attribute is used on a function that can reach a 41 :ref:`reschedule point <scheduling_v2>` within its execution. 50 reschedule point and the relative priorities of the invoking thread and argument 53 Note that in the case of timeslicing, or reschedule points executed from 56 Functions that are not **reschedule** may be invoked from either thread 59 Functions that are **reschedule** may be invoked from thread context. 61 Functions that are **reschedule** but not **sleep** may be invoked from 77 will not replace a running cooperative-only thread at a reschedule point [all …]
|
/Zephyr-Core-3.6.0/soc/arm/st_stm32/stm32wba/hci_if/ |
D | linklayer_plat.c | 139 ARM_IRQ_DIRECT_DYNAMIC_CONNECT(RADIO_INTR_NUM, 0, 0, reschedule); in link_layer_register_isr() 149 ARM_IRQ_DIRECT_DYNAMIC_CONNECT(RADIO_SW_LOW_INTR_NUM, 0, 0, reschedule); in link_layer_register_isr()
|
/Zephyr-Core-3.6.0/subsys/net/lib/trickle/ |
D | trickle.c | 88 static inline void reschedule(struct net_trickle *trickle) in reschedule() function 119 reschedule(trickle); in inteval_timeout()
|
/Zephyr-Core-3.6.0/arch/mips/core/ |
D | isr.S | 161 j reschedule 211 reschedule: label
|
/Zephyr-Core-3.6.0/doc/connectivity/networking/api/ |
D | net_timeout.rst | 42 additional time remaining. If the latter, reschedule the callback.
|
/Zephyr-Core-3.6.0/arch/riscv/core/ |
D | isr.S | 377 j reschedule 612 reschedule: label
|
/Zephyr-Core-3.6.0/kernel/ |
D | pipes.c | 327 sys_dlist_t *dest_list, bool *reschedule) in pipe_write() argument 365 *reschedule = true; in pipe_write()
|
D | work.c | 1036 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_work, reschedule, dwork, delay); in k_work_reschedule() 1040 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_work, reschedule, dwork, delay, ret); in k_work_reschedule()
|
/Zephyr-Core-3.6.0/doc/kernel/services/scheduling/ |
D | index.rst | 17 are called **reschedule points**. Some potential reschedule points are:
|
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/ |
D | transport.c | 933 goto reschedule; in trans_ack() 947 reschedule: in trans_ack()
|
/Zephyr-Core-3.6.0/doc/kernel/services/ |
D | interrupts.rst | 154 occur. Thread B will not run until the next :ref:`reschedule point
|
/Zephyr-Core-3.6.0/doc/releases/ |
D | release-notes-3.4.rst | 488 * Modified the ticker implementation to reschedule unreserved tickers that use
|
D | release-notes-2.2.rst | 1068 * :github:`20802` - reschedule not done after mutex unlock
|
/Zephyr-Core-3.6.0/doc/ |
D | zephyr.doxyfile.in | 283 …"reschedule=\htmlonly reschedule \endhtmlonly \xmlonly <verbatim>embed:rst:inline :ref:`api_term_r…
|