Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icbmsg.c654 bool valid_state; in match_bound_msg() local
668 valid_state = atomic_cas(&ept->state, EPT_CONFIGURED, EPT_READY); in match_bound_msg()
669 if (!valid_state) { in match_bound_msg()