Searched refs:z_unpend_all (Results 1 – 3 of 3) sorted by relevance
62 int z_unpend_all(_wait_q_t *wait_q);
175 if (IS_ENABLED(CONFIG_MULTITHREADING) && (z_unpend_all(&heap->wait_q) != 0)) { in k_heap_free()
949 int z_unpend_all(_wait_q_t *wait_q) in z_unpend_all() function