Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/kernel/
Dwork.c576 bool need_wait = false; in k_work_cancel_sync() local
580 need_wait = cancel_sync_locked(work, canceller); in k_work_cancel_sync()
585 if (need_wait) { in k_work_cancel_sync()
1050 bool need_wait = false; in k_work_cancel_delayable_sync() local
1054 need_wait = cancel_sync_locked(&dwork->work, canceller); in k_work_cancel_delayable_sync()
1059 if (need_wait) { in k_work_cancel_delayable_sync()