Searched defs:suspend_flag (Results 1 – 2 of 2) sorted by relevance
| /src/ |
| 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() 868 …nline void _thread_update_priority(struct rt_thread *thread, rt_uint8_t priority, int suspend_flag) in _thread_update_priority() 1326 static rt_err_t _rt_mutex_take(rt_mutex_t mutex, rt_int32_t timeout, int suspend_flag) in _rt_mutex_take() 2101 int suspend_flag) in _rt_event_recv() 2566 int suspend_flag) in _rt_mb_send_wait() 2845 …atic rt_err_t _rt_mb_recv(rt_mailbox_t mb, rt_ubase_t *value, rt_int32_t timeout, int suspend_flag) in _rt_mb_recv() 3381 int suspend_flag) in _rt_mq_send_wait() 3763 int suspend_flag) in _rt_mq_recv() 3951 int suspend_flag) in rt_mq_send_wait_prio() 3960 int suspend_flag) in rt_mq_recv_prio()
|
| A D | thread.c | 860 static void _thread_set_suspend_state(struct rt_thread *thread, int 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() 1003 rt_err_t rt_thread_suspend_with_flag(rt_thread_t thread, int suspend_flag) in rt_thread_suspend_with_flag()
|
Completed in 11 milliseconds