Home
last modified time | relevance | path

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

/components/drivers/ipc/
A Dcompletion_mp.c88 rt_bool_t exchange_succ; in rt_completion_wait_flags_noisr() local
101 exchange_succ = in rt_completion_wait_flags_noisr()
105 if (exchange_succ) in rt_completion_wait_flags_noisr()
130 exchange_succ = IPC_CAS( in rt_completion_wait_flags_noisr()
134 if (exchange_succ) in rt_completion_wait_flags_noisr()
306 rt_bool_t exchange_succ; in rt_completion_wakeup_by_errno() local
315 exchange_succ = in rt_completion_wakeup_by_errno()
319 if (exchange_succ) in rt_completion_wakeup_by_errno()
340 exchange_succ = IPC_CAS( in rt_completion_wakeup_by_errno()
344 if (exchange_succ) in rt_completion_wakeup_by_errno()

Completed in 5 milliseconds