Searched refs:z_sched_wait (Results  1 – 4 of 4) sorted by relevance
| /Zephyr-latest/kernel/include/ | 
| D | ksched.h | 285 int z_sched_wait(struct k_spinlock *lock, k_spinlock_key_t key,
 | 
| /Zephyr-latest/kernel/ | 
| D | pipes.c | 503 	z_sched_wait(&pipe->lock, key, &pipe->wait_q.writers, timeout, NULL);  in z_impl_k_pipe_put()689 	z_sched_wait(&pipe->lock, key, &pipe->wait_q.readers, timeout, NULL);  in pipe_get_internal()
 
 | 
| D | work.c | 676 			(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()
 
 | 
| D | sched.c | 1462 int z_sched_wait(struct k_spinlock *lock, k_spinlock_key_t key,  in z_sched_wait()  function
 |