Searched refs:osRtxMpInfo_t (Results 1 – 4 of 4) sorted by relevance
221 } osRtxMpInfo_t; typedef231 osRtxMpInfo_t mp_info; ///< Memory Pool Info255 osRtxMpInfo_t mp_info; ///< Memory Pool Info333 osRtxMpInfo_t *stack; ///< Stack for Threads334 osRtxMpInfo_t *thread; ///< Thread Control Blocks335 osRtxMpInfo_t *timer; ///< Timer Control Blocks336 osRtxMpInfo_t *event_flags; ///< Event Flags Control Blocks337 osRtxMpInfo_t *mutex; ///< Mutex Control Blocks338 osRtxMpInfo_t *semaphore; ///< Semaphore Control Blocks339 osRtxMpInfo_t *memory_pool; ///< Memory Pool Control Blocks[all …]
147 extern void EvrRtxMemoryBlockInit (osRtxMpInfo_t *mp_info, uint32_t block_count, uint32_t block_siz…158 extern void EvrRtxMemoryBlockAlloc (osRtxMpInfo_t *mp_info, void *block);170 extern void EvrRtxMemoryBlockFree (osRtxMpInfo_t *mp_info, void *block, int32_t status);
94 static osRtxMpInfo_t os_mpi_thread \100 static osRtxMpInfo_t os_mpi_def_stack \158 static osRtxMpInfo_t os_mpi_timer \239 static osRtxMpInfo_t os_mpi_ef \260 static osRtxMpInfo_t os_mpi_mutex \281 static osRtxMpInfo_t os_mpi_semaphore \302 static osRtxMpInfo_t os_mpi_mp \332 static osRtxMpInfo_t os_mpi_mq \
51 #define os_mp_info_t osRtxMpInfo_t