Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/kernel/
Dcondvar.c48 z_reschedule(&lock, key); in z_impl_k_condvar_signal()
87 z_reschedule(&lock, key); in z_impl_k_condvar_broadcast()
Dsem.c103 z_reschedule(&lock, key); in z_impl_k_sem_give()
170 z_reschedule(&lock, key); in z_impl_k_sem_reset()
Dqueue.c108 z_reschedule(&queue->lock, key); in z_impl_k_queue_cancel_wait()
137 z_reschedule(&queue->lock, key); in queue_insert()
168 z_reschedule(&queue->lock, key); in queue_insert()
275 z_reschedule(&queue->lock, key); in k_queue_append_list()
Dmsg_q.c140 z_reschedule(&msgq->lock, key); in z_impl_k_msgq_put()
244 z_reschedule(&msgq->lock, key); in z_impl_k_msgq_get()
336 z_reschedule(&msgq->lock, key); in z_impl_k_msgq_purge()
Dmutex.c181 z_reschedule(&lock, key); in z_impl_k_mutex_lock()
265 z_reschedule(&lock, key); in z_impl_k_mutex_unlock()
Dfutex.c50 z_reschedule(&futex_data->lock, key); in z_impl_k_futex_wake()
Dkheap.c126 z_reschedule(&h->lock, key); in k_heap_free()
Dmem_slab.c160 z_reschedule(&slab->lock, key); in k_mem_slab_free()
Dstack.c107 z_reschedule(&stack->lock, key); in z_impl_k_stack_push()
Dmailbox.c264 z_reschedule(&mbox->lock, key); in mbox_message_put()
Dsched.c558 z_reschedule(&sched_spinlock, key); in z_sched_start()
606 z_reschedule(&sched_spinlock, key); in z_impl_k_thread_resume()
863 void z_reschedule(struct k_spinlock *lock, k_spinlock_key_t key) in z_reschedule() function
Dpoll.c524 z_reschedule(&lock, key); in z_impl_k_poll_signal_raise()
/Zephyr-Core-2.7.6/lib/posix/
Dpthread_barrier.c27 z_reschedule(&z_pthread_spinlock, key); in pthread_barrier_wait()
Deventfd.c112 z_reschedule(&efd->lock, key); in eventfd_read_op()
169 z_reschedule(&efd->lock, key); in eventfd_write_op()
Dpthread_mutex.c150 z_reschedule(&z_pthread_spinlock, key); in pthread_mutex_unlock()
/Zephyr-Core-2.7.6/kernel/include/
Dksched.h49 void z_reschedule(struct k_spinlock *lock, k_spinlock_key_t key);
/Zephyr-Core-2.7.6/lib/os/
Dp4wq.c286 z_reschedule(&queue->lock, k); in k_p4wq_submit()