Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icbmsg.c739 bool matching_state; in ept_bound_process() local
750 matching_state = atomic_cas(&ept->state, EPT_CONFIGURED, in ept_bound_process()
752 if (matching_state) { in ept_bound_process()
792 matching_state = atomic_cas(&ept->rebound_state, EPT_REBOUNDING, in ept_bound_process()
794 if (matching_state) { in ept_bound_process()
1088 bool matching_state; in register_ept() local
1096 matching_state = atomic_cas(&ept->rebound_state, EPT_DEREGISTERED, in register_ept()
1098 if (!matching_state) { in register_ept()
1146 bool matching_state; in deregister_ept() local
1148 matching_state = atomic_cas(&ept->rebound_state, EPT_NORMAL, EPT_DEREGISTERED); in deregister_ept()
[all …]