Searched defs:_srtm_dispatcher (Results 1 – 1 of 1) sorted by relevance
46 struct _srtm_dispatcher struct48 srtm_list_t cores; /*!< SRTM peer core list head */49 srtm_list_t services; /*!< SRTM service list head */51 srtm_mutex_t mutex; /*!< Mutex for multi-task protection */53 srtm_mutex_buf_t mutexStatic;56 srtm_list_t freeRxMsgs; /*!< Free Rx messages list to hold the callback Rx data */57 srtm_list_t messageQ; /*!< Message queue to hold the messages to process */58 srtm_list_t waitingReqs; /*!< Message queue to hold the request waiting for the response */60 volatile bool stopReq; /*!< SRTM dispatcher stop request flag */61 bool started; /*!< SRTM dispatcher started flag */[all …]