Searched refs:rt_spin_unlock_irqrestore (Results 1 – 11 of 11) sorted by relevance
/src/ |
A D | signal.c | 104 rt_spin_unlock_irqrestore(&_thread_signal_lock, level); in _signal_deliver() 119 rt_spin_unlock_irqrestore(&_thread_signal_lock, level); in _signal_deliver() 212 rt_spin_unlock_irqrestore(&_thread_signal_lock, level); in rt_signal_check() 259 rt_spin_unlock_irqrestore(&_thread_signal_lock, level); in rt_signal_install() 284 rt_spin_unlock_irqrestore(&_thread_signal_lock, level); in rt_signal_mask() 378 rt_spin_unlock_irqrestore(&_thread_signal_lock, level); in rt_signal_wait() 446 rt_spin_unlock_irqrestore(&_thread_signal_lock, level); in rt_signal_wait() 507 rt_spin_unlock_irqrestore(&_thread_signal_lock, level); in rt_thread_handle_sig() 536 rt_spin_unlock_irqrestore(&_thread_signal_lock, level); in rt_thread_alloc_sig() 556 rt_spin_unlock_irqrestore(&_thread_signal_lock, level); in rt_thread_free_sig() [all …]
|
A D | ipc.c | 224 rt_spin_unlock_irqrestore(lock, level); in rt_susp_list_resume_all_irq() 425 rt_spin_unlock_irqrestore(&(sem->spinlock), level); in rt_sem_detach() 520 rt_spin_unlock_irqrestore(&(sem->spinlock), level); in rt_sem_delete() 734 rt_spin_unlock_irqrestore(&(sem->spinlock), level); in rt_sem_release() 2409 rt_spin_unlock_irqrestore(&(mb->spinlock), level); in rt_mb_detach() 2689 rt_spin_unlock_irqrestore(&(mb->spinlock), level); in _rt_mb_send_wait() 2813 rt_spin_unlock_irqrestore(&(mb->spinlock), level); in rt_mb_urgent() 2967 rt_spin_unlock_irqrestore(&(mb->spinlock), level); in _rt_mb_recv() 3187 rt_spin_unlock_irqrestore(&(mq->spinlock), level); in rt_mq_detach() 3488 rt_spin_unlock_irqrestore(&(mq->spinlock), level); in _rt_mq_send_wait() [all …]
|
A D | mempool.c | 157 rt_spin_unlock_irqrestore(&(mp->spinlock), level); in rt_mp_detach() 258 rt_spin_unlock_irqrestore(&(mp->spinlock), level); in rt_mp_delete() 301 rt_spin_unlock_irqrestore(&(mp->spinlock), level); in rt_mp_alloc() 328 rt_spin_unlock_irqrestore(&(mp->spinlock), level); in rt_mp_alloc() 358 rt_spin_unlock_irqrestore(&(mp->spinlock), level); in rt_mp_alloc() 398 rt_spin_unlock_irqrestore(&(mp->spinlock), level); in rt_mp_free() 405 rt_spin_unlock_irqrestore(&(mp->spinlock), level); in rt_mp_free()
|
A D | object.c | 288 rt_spin_unlock_irqrestore(&(information->spinlock), level); in rt_object_get_length() 332 rt_spin_unlock_irqrestore(&(information->spinlock), level); in rt_object_get_pointers() 391 rt_spin_unlock_irqrestore(&(information->spinlock), level); in rt_object_init() 433 rt_spin_unlock_irqrestore(&(information->spinlock), level); in rt_object_init() 458 rt_spin_unlock_irqrestore(&(information->spinlock), level); in rt_object_detach() 549 rt_spin_unlock_irqrestore(&(information->spinlock), level); in rt_object_allocate() 579 rt_spin_unlock_irqrestore(&(information->spinlock), level); in rt_object_delete() 666 rt_spin_unlock_irqrestore(&(information->spinlock), level); in rt_object_for_each() 672 rt_spin_unlock_irqrestore(&(information->spinlock), level); in rt_object_for_each()
|
A D | timer.c | 310 rt_spin_unlock_irqrestore(spinlock, level); in rt_timer_detach() 394 rt_spin_unlock_irqrestore(spinlock, level); in rt_timer_delete() 527 rt_spin_unlock_irqrestore(lock, level); in _timer_check() 552 rt_spin_unlock_irqrestore(lock, level); in _timer_check() 608 rt_spin_unlock_irqrestore(spinlock, level); in rt_timer_start() 641 rt_spin_unlock_irqrestore(spinlock, level); in rt_timer_stop() 650 rt_spin_unlock_irqrestore(spinlock, level); in rt_timer_stop() 736 rt_spin_unlock_irqrestore(spinlock, level); in rt_timer_control() 788 rt_spin_unlock_irqrestore(&_htimer_lock, level); in rt_timer_next_timeout_tick() 794 rt_spin_unlock_irqrestore(&_stimer_lock, level); in rt_timer_next_timeout_tick()
|
A D | idle.c | 88 rt_spin_unlock_irqrestore(&_hook_spinlock, level); in rt_thread_idle_sethook() 119 rt_spin_unlock_irqrestore(&_hook_spinlock, level); in rt_thread_idle_delhook()
|
A D | defunct.c | 38 rt_spin_unlock_irqrestore(&_defunct_spinlock, level); in rt_thread_defunct_enqueue() 59 rt_spin_unlock_irqrestore(&_defunct_spinlock, level); in rt_thread_defunct_dequeue()
|
A D | cpu_mp.c | 106 void rt_spin_unlock_irqrestore(struct rt_spinlock *lock, rt_base_t level) in RTM_EXPORT() 115 RTM_EXPORT(rt_spin_unlock_irqrestore) in RTM_EXPORT() argument
|
A D | kservice.c | 261 rt_spin_unlock_irqrestore(&_syscon_lock, level); in _console_take() 269 rt_spin_unlock_irqrestore(&_syscon_lock, level); in _console_take() 292 rt_spin_unlock_irqrestore(&_syscon_lock, level); in _console_release() 298 #define PRINTF_BUFFER_RELEASE rt_spin_unlock_irqrestore(&_prbuf_lock, level) 677 rt_spin_unlock_irqrestore(&_heap_spinlock, level); in _heap_unlock()
|
A D | cpu_up.c | 84 void rt_spin_unlock_irqrestore(struct rt_spinlock *lock, rt_base_t level) in rt_spin_unlock_irqrestore() function
|
A D | thread.c | 109 rt_spin_unlock_irqrestore(&thread->spinlock, level); in _thread_detach_from_mutex()
|
Completed in 33 milliseconds