Searched refs:exchange_succ (Results 1 – 1 of 1) sorted by relevance
88 rt_bool_t exchange_succ; in rt_completion_wait_flags_noisr() local101 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() local315 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