Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dwork.c656 } else if (flag_test(&queue->flags, K_WORK_QUEUE_STOP_BIT)) { in work_queue_main()
840 flag_set(&queue->flags, K_WORK_QUEUE_STOP_BIT); in k_work_queue_stop()
846 flag_clear(&queue->flags, K_WORK_QUEUE_STOP_BIT); in k_work_queue_stop()
/Zephyr-latest/include/zephyr/
Dkernel.h3958 K_WORK_QUEUE_STOP_BIT = 4, enumerator
3959 K_WORK_QUEUE_STOP = BIT(K_WORK_QUEUE_STOP_BIT),