Home
last modified time | relevance | path

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

/components/drivers/ipc/
A Dcompletion_mp.c36 #define IPC_CAS(dst, exp, desired, succ, fail) \ macro
45 #define IPC_CAS(dst, exp, desired, succ, fail) \ macro
102 IPC_CAS(&completion->susp_thread_n_flag, &expected_value, in rt_completion_wait_flags_noisr()
130 exchange_succ = IPC_CAS( in rt_completion_wait_flags_noisr()
273 if (!IPC_CAS(&completion->susp_thread_n_flag, &comp_waiting, in _comp_susp_thread()
316 IPC_CAS(&completion->susp_thread_n_flag, &expected_value, in rt_completion_wakeup_by_errno()
340 exchange_succ = IPC_CAS( in rt_completion_wakeup_by_errno()

Completed in 2 milliseconds