Searched refs:IPC_STORE (Results 1 – 1 of 1) sorted by relevance
| /components/drivers/ipc/ |
| A D | completion_mp.c | 33 #define IPC_STORE(dst, val, morder) atomic_store_explicit(dst, val, morder) macro 42 #define IPC_STORE(dst, val, morder) rt_atomic_store(dst, val) macro 62 IPC_STORE(&completion->susp_thread_n_flag, RT_UNCOMPLETED, in rt_completion_init() 227 IPC_STORE(&completion->susp_thread_n_flag, RT_UNCOMPLETED, in _comp_susp_thread() 236 IPC_STORE(&completion->susp_thread_n_flag, comp_waiting, in _comp_susp_thread() 357 IPC_STORE(&completion->susp_thread_n_flag, RT_UNCOMPLETED, in rt_completion_wakeup_by_errno()
|
Completed in 9 milliseconds