Searched refs:suspend_flag (Results 1 – 2 of 2) sorted by relevance
| /src/ |
| A D | thread.c | 860 static void _thread_set_suspend_state(struct rt_thread *thread, int suspend_flag) in _thread_set_suspend_state() argument 865 switch (suspend_flag) in _thread_set_suspend_state() 909 …t_thread_suspend_to_list(rt_thread_t thread, rt_list_t *susp_list, int ipc_flags, int suspend_flag) in rt_thread_suspend_to_list() argument 943 if (lwp_thread_signal_suspend_check(thread, suspend_flag) == 0) in rt_thread_suspend_to_list() 966 _thread_set_suspend_state(thread, suspend_flag); in rt_thread_suspend_to_list() 1003 rt_err_t rt_thread_suspend_with_flag(rt_thread_t thread, int suspend_flag) in rt_thread_suspend_with_flag() argument 1005 return rt_thread_suspend_to_list(thread, RT_NULL, 0, suspend_flag); in rt_thread_suspend_with_flag()
|
| A D | ipc.c | 558 static rt_err_t _rt_sem_take(rt_sem_t sem, rt_int32_t timeout, int suspend_flag) in _rt_sem_take() argument 2101 int suspend_flag) in _rt_event_recv() argument 2566 int suspend_flag) in _rt_mb_send_wait() argument 2613 mb->parent.parent.flag, suspend_flag); in _rt_mb_send_wait() 2894 mb->parent.parent.flag, suspend_flag); in _rt_mb_recv() 3381 int suspend_flag) in _rt_mq_send_wait() argument 3763 int suspend_flag) in _rt_mq_recv() argument 3951 int suspend_flag) in rt_mq_send_wait_prio() argument 3953 return _rt_mq_send_wait(mq, buffer, size, prio, timeout, suspend_flag); in rt_mq_send_wait_prio() 3960 int suspend_flag) in rt_mq_recv_prio() argument [all …]
|
Completed in 10 milliseconds