Searched defs:mp_id (Results 1 – 2 of 2) sorted by relevance
1538 #define EvrRtxMemoryPoolError(mp_id, status) argument1561 #define EvrRtxMemoryPoolCreated(mp_id, name) argument1572 #define EvrRtxMemoryPoolGetName(mp_id, name) argument1583 #define EvrRtxMemoryPoolAlloc(mp_id, timeout) argument1594 #define EvrRtxMemoryPoolAllocPending(mp_id, timeout) argument1604 #define EvrRtxMemoryPoolAllocTimeout(mp_id) argument1615 #define EvrRtxMemoryPoolAllocated(mp_id, block) argument1625 #define EvrRtxMemoryPoolAllocFailed(mp_id) argument1636 #define EvrRtxMemoryPoolFree(mp_id, block) argument1647 #define EvrRtxMemoryPoolDeallocated(mp_id, block) argument[all …]
85 __STATIC_INLINE os_memory_pool_t *osRtxMemoryPoolId (osMemoryPoolId_t mp_id) { in osRtxMemoryPoolId()