Searched refs:RT_COMPLETION_THREAD (Results 1 – 1 of 1) sorted by relevance
30 #define RT_COMPLETION_THREAD(comp) ((rt_thread_t)((comp)->susp_thread_n_flag & ~1)) macro85 RT_ASSERT(RT_COMPLETION_THREAD(completion) == RT_NULL); in rt_completion_wait_flags()198 suspend_thread = RT_COMPLETION_THREAD(completion); in rt_completion_wakeup_by_errno()
Completed in 2 milliseconds