Searched refs:RT_UNCOMPLETED (Results 1 – 2 of 2) sorted by relevance
| /components/drivers/ipc/ |
| A D | completion_mp.c | 20 #define RT_UNCOMPLETED 0 macro 62 IPC_STORE(&completion->susp_thread_n_flag, RT_UNCOMPLETED, in rt_completion_init() 103 RT_UNCOMPLETED, memory_order_acquire, memory_order_relaxed); in rt_completion_wait_flags_noisr() 122 RT_ASSERT(expected_value == RT_UNCOMPLETED); in rt_completion_wait_flags_noisr() 227 IPC_STORE(&completion->susp_thread_n_flag, RT_UNCOMPLETED, in _comp_susp_thread() 233 comp_waiting = RT_COMPLETION_NEW_STAT(thread, RT_UNCOMPLETED); in _comp_susp_thread() 274 RT_UNCOMPLETED, memory_order_relaxed, in _comp_susp_thread() 313 expected_value = RT_UNCOMPLETED; in rt_completion_wakeup_by_errno() 357 IPC_STORE(&completion->susp_thread_n_flag, RT_UNCOMPLETED, in rt_completion_wakeup_by_errno()
|
| A D | completion_up.c | 28 #define RT_UNCOMPLETED 0 macro 44 completion->susp_thread_n_flag = RT_COMPLETION_NEW_STAT(RT_NULL, RT_UNCOMPLETED); in rt_completion_init() 102 rt_base_t waiting_stat = RT_COMPLETION_NEW_STAT(thread, RT_UNCOMPLETED); in rt_completion_wait_flags() 143 completion->susp_thread_n_flag = RT_COMPLETION_NEW_STAT(RT_NULL, RT_UNCOMPLETED); in rt_completion_wait_flags()
|
Completed in 4 milliseconds