Home
last modified time | relevance | path

Searched refs:RT_COMPLETED (Results 1 – 2 of 2) sorted by relevance

/components/drivers/ipc/
A Dcompletion_up.c27 #define RT_COMPLETED 1 macro
82 if (RT_COMPLETION_FLAG(completion) != RT_COMPLETED) in rt_completion_wait_flags()
192 if (RT_COMPLETION_FLAG(completion) == RT_COMPLETED) in rt_completion_wakeup_by_errno()
221 completion->susp_thread_n_flag = RT_COMPLETION_NEW_STAT(RT_NULL, RT_COMPLETED); in rt_completion_wakeup_by_errno()
A Dcompletion_mp.c19 #define RT_COMPLETED 1 macro
100 expected_value = RT_COMPLETED; in rt_completion_wait_flags_noisr()
317 RT_COMPLETED, memory_order_release, memory_order_relaxed); in rt_completion_wakeup_by_errno()
326 if (expected_value == RT_COMPLETED) in rt_completion_wakeup_by_errno()

Completed in 8 milliseconds