Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/include/
Dksched.h287 int z_sched_wait(struct k_spinlock *lock, k_spinlock_key_t key,
/Zephyr-latest/kernel/
Dpipes.c493 z_sched_wait(&pipe->lock, key, &pipe->wait_q.writers, timeout, NULL); in z_impl_k_pipe_put()
679 z_sched_wait(&pipe->lock, key, &pipe->wait_q.readers, timeout, NULL); in pipe_get_internal()
Dwork.c676 (void)z_sched_wait(&lock, key, &queue->notifyq, in work_queue_main()
790 ret = z_sched_wait(&lock, key, &queue->drainq, in k_work_queue_drain()
Dsched.c1505 int z_sched_wait(struct k_spinlock *lock, k_spinlock_key_t key, in z_sched_wait() function