Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/include/
Dksched.h62 int z_unpend_all(_wait_q_t *wait_q);
/Zephyr-latest/kernel/
Dkheap.c175 if (IS_ENABLED(CONFIG_MULTITHREADING) && (z_unpend_all(&heap->wait_q) != 0)) { in k_heap_free()
Dsched.c949 int z_unpend_all(_wait_q_t *wait_q) in z_unpend_all() function