Searched refs:RT_COMPLETED (Results 1 – 2 of 2) sorted by relevance
27 #define RT_COMPLETED 1 macro82 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()
19 #define RT_COMPLETED 1 macro100 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