Home
last modified time | relevance | path

Searched defs:reschedule (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.7.0/doc/develop/api/
Dterminology.rst37 reschedule section in API Terminology
50 reschedule point and the relative priorities of the invoking thread and argument
/Zephyr-Core-3.7.0/arch/riscv/core/
Disr.S679 reschedule: label
/Zephyr-Core-3.7.0/arch/mips/core/
Disr.S211 reschedule: label
/Zephyr-Core-3.7.0/subsys/net/lib/trickle/
Dtrickle.c88 static inline void reschedule(struct net_trickle *trickle) in reschedule() function
/Zephyr-Core-3.7.0/kernel/
Dpipes.c327 sys_dlist_t *dest_list, bool *reschedule) in pipe_write()