Searched defs:mp_id (Results 1 – 2 of 2) sorted by relevance
94 void *osMemoryPoolAlloc(osMemoryPoolId_t mp_id, uint32_t timeout) in osMemoryPoolAlloc()133 osStatus_t osMemoryPoolFree(osMemoryPoolId_t mp_id, void *block) in osMemoryPoolFree()154 const char *osMemoryPoolGetName(osMemoryPoolId_t mp_id) in osMemoryPoolGetName()168 uint32_t osMemoryPoolGetCapacity(osMemoryPoolId_t mp_id) in osMemoryPoolGetCapacity()182 uint32_t osMemoryPoolGetBlockSize(osMemoryPoolId_t mp_id) in osMemoryPoolGetBlockSize()196 uint32_t osMemoryPoolGetCount(osMemoryPoolId_t mp_id) in osMemoryPoolGetCount()210 uint32_t osMemoryPoolGetSpace(osMemoryPoolId_t mp_id) in osMemoryPoolGetSpace()224 osStatus_t osMemoryPoolDelete(osMemoryPoolId_t mp_id) in osMemoryPoolDelete()
29 static void mempool_common_tests(osMemoryPoolId_t mp_id, in mempool_common_tests()105 osMemoryPoolId_t mp_id; in ZTEST() local121 osMemoryPoolId_t mp_id; in ZTEST() local