Home
last modified time | relevance | path

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

/components/drivers/ipc/
A Dcompletion_mp.c212 rt_base_t comp_waiting; in _comp_susp_thread() local
233 comp_waiting = RT_COMPLETION_NEW_STAT(thread, RT_UNCOMPLETED); in _comp_susp_thread()
236 IPC_STORE(&completion->susp_thread_n_flag, comp_waiting, in _comp_susp_thread()
266 comp_waiting); in _comp_susp_thread()
273 if (!IPC_CAS(&completion->susp_thread_n_flag, &comp_waiting, in _comp_susp_thread()
278 if (comp_waiting == RT_WAKING) in _comp_susp_thread()

Completed in 2 milliseconds