Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dwork.c904 static inline int work_delayable_busy_get_locked(const struct k_work_delayable *dwork) in work_delayable_busy_get_locked() function
914 int ret = work_delayable_busy_get_locked(dwork); in k_work_delayable_busy_get()
1110 bool pending = (work_delayable_busy_get_locked(dwork) != 0U); in k_work_cancel_delayable_sync()