Home
last modified time | relevance | path

Searched refs:z_reschedule (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/kernel/
Dcondvar.c57 z_reschedule(&lock, key); in z_impl_k_condvar_signal()
100 z_reschedule(&lock, key); in z_impl_k_condvar_broadcast()
Dsem.c115 z_reschedule(&lock, key); in z_impl_k_sem_give()
188 z_reschedule(&lock, key); in z_impl_k_sem_reset()
Dfutex.c53 z_reschedule(&futex_data->lock, key); in z_impl_k_futex_wake()
Dmutex.c191 z_reschedule(&lock, key); in z_impl_k_mutex_lock()
273 z_reschedule(&lock, key); in z_impl_k_mutex_unlock()
Dmsg_q.c182 z_reschedule(&msgq->lock, key); in z_impl_k_msgq_put()
281 z_reschedule(&msgq->lock, key); in z_impl_k_msgq_get()
404 z_reschedule(&msgq->lock, key); in z_impl_k_msgq_purge()
Dqueue.c117 z_reschedule(&queue->lock, key); in z_impl_k_queue_cancel_wait()
178 z_reschedule(&queue->lock, key); in queue_insert()
292 z_reschedule(&queue->lock, key); in k_queue_append_list()
Dpipe.c212 z_reschedule(&pipe->lock, key); in z_impl_k_pipe_write()
265 z_reschedule(&pipe->lock, key); in z_impl_k_pipe_read()
Dkheap.c177 z_reschedule(&heap->lock, key); in k_heap_free()
Dstack.c121 z_reschedule(&stack->lock, key); in z_impl_k_stack_push()
Dsched.c510 z_reschedule(&_sched_spinlock, key); in z_impl_k_thread_resume()
739 void z_reschedule(struct k_spinlock *lock, k_spinlock_key_t key) in z_reschedule() function
1031 z_reschedule(&_sched_spinlock, key); in z_impl_k_reschedule()
1174 z_reschedule(&_sched_spinlock, key); in z_impl_k_wakeup()
Devents.c174 z_reschedule(&event->lock, key); in k_event_post_internal()
Dmailbox.c251 z_reschedule(&mbox->lock, key); in mbox_message_put()
Dmem_slab.c289 z_reschedule(&slab->lock, key); in k_mem_slab_free()
Dpipes.c487 z_reschedule(&pipe->lock, key); in z_impl_k_pipe_put()
675 z_reschedule(&pipe->lock, key); in pipe_get_internal()
Dpoll.c540 z_reschedule(&lock, key); in z_impl_k_poll_signal_raise()
/Zephyr-latest/kernel/include/
Dksched.h59 void z_reschedule(struct k_spinlock *lock, k_spinlock_key_t key);
/Zephyr-latest/lib/os/
Dp4wq.c296 z_reschedule(&queue->lock, k); in k_p4wq_submit()