Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_dispatcher.c91 assert(SRTM_List_IsEmpty(&msg->node)); in SRTM_Dispatcher_QueueMessage()
108 if (!SRTM_List_IsEmpty(&msg->node)) in SRTM_Dispatcher_DequeueMessage()
126 if (!SRTM_List_IsEmpty(&disp->messageQ)) in SRTM_Dispatcher_RecvMessage()
259 assert(SRTM_List_IsEmpty(&disp->messageQ)); in SRTM_Dispatcher_Destroy()
261 assert(SRTM_List_IsEmpty(&disp->waitingReqs)); in SRTM_Dispatcher_Destroy()
263 while (!SRTM_List_IsEmpty(&disp->cores)) in SRTM_Dispatcher_Destroy()
271 while (!SRTM_List_IsEmpty(&disp->services)) in SRTM_Dispatcher_Destroy()
279 while (!SRTM_List_IsEmpty(&disp->freeRxMsgs)) in SRTM_Dispatcher_Destroy()
394 if (!SRTM_List_IsEmpty(&core->node)) in SRTM_Dispatcher_AddPeerCore()
420 if (SRTM_List_IsEmpty(&core->node)) in SRTM_Dispatcher_RemovePeerCore()
[all …]
Dsrtm_peercore.c71 while (!SRTM_List_IsEmpty(&core->channels)) in SRTM_PeerCore_Destroy()
81 assert(SRTM_List_IsEmpty(&core->pendingQ)); in SRTM_PeerCore_Destroy()
195 if (!SRTM_List_IsEmpty(&channel->node)) in SRTM_PeerCore_AddChannel()
216 if (SRTM_List_IsEmpty(&channel->node)) in SRTM_PeerCore_RemoveChannel()
Dsrtm_list.h62 static inline bool SRTM_List_IsEmpty(srtm_list_t *list) in SRTM_List_IsEmpty() function
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_audio_service.c190 if (!SRTM_List_IsEmpty(&iface->freeProcs)) in SRTM_AudioService_PeriodDone()
732 while (!SRTM_List_IsEmpty(&iface->freeProcs)) in SRTM_AudioService_DestroyIface()
839 assert(SRTM_List_IsEmpty(&service->node)); in SRTM_AudioService_Destroy()
841 while (!SRTM_List_IsEmpty(&handle->ifaces)) in SRTM_AudioService_Destroy()
Dsrtm_i2c_service.c170 assert(SRTM_List_IsEmpty(&service->node)); in SRTM_I2CService_Destroy()
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/port/
Dsrtm_message_pool.c92 if (SRTM_List_IsEmpty(&srtmMsgList)) in SRTM_MessagePool_Alloc()
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/channels/
Dsrtm_rpmsg_endpoint.c233 assert(SRTM_List_IsEmpty(&channel->node)); /* Channel must not on any list */ in SRTM_RPMsgEndpoint_Destroy()