Home
last modified time | relevance | path

Searched refs:MPOOL_WARN (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvMPool.c226 …#define MPOOL_WARN(fmt, args...) LOGI("[MPOOL USER WARN][%06d] " fmt, __LINE__, ## a… macro
230 …#define MPOOL_WARN(fmt, args...) printf("[MPOOL USER WARN][%06d] " fmt, __LINE__, ##… macro
237 #define MPOOL_WARN(fmt, args...) do{} while (0) macro
274 MPOOL_WARN("%s is initiated more than once\n", __FUNCTION__); in MsOS_MPool_Init()
395 MPOOL_WARN("%s is closed before initiated\n", __FUNCTION__); in MsOS_MPool_Close()
412 MPOOL_WARN("%s is closed before initiated\n", __FUNCTION__); in MsOS_MPool_Close()
429 MPOOL_WARN("%s is closed before initiated\n", __FUNCTION__); in MsOS_ION_Close()
582 MPOOL_WARN("the returned mutex index invalid!!! \n"); in MsOS_CreateNamedMutex()
597 MPOOL_WARN("%s: Lock mutex with invalid dev fd \n", __FUNCTION__); in MsOS_LockMutex()
603MPOOL_WARN("%s invalid mutex index : u32Index = %d,flag = %d \n", __FUNCTION__,u32Index,flag); in MsOS_LockMutex()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DdrvMPool.c131 …#define MPOOL_WARN(fmt, args...) (printf("[MPOOL USER WARN][%06d] " fmt, __LINE__, ##ar… macro
133 #define MPOOL_WARN(fmt, args...) while (0) macro
204 MPOOL_WARN("No Implement \n"); in MsOS_MPool_Init()
210 MPOOL_WARN("No Implement \n"); in MsOS_MPool_Get()
576 MPOOL_WARN("No Implement \n"); in MsOS_MPool_Mapping()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DdrvMPool.c116 #define MPOOL_WARN(fmt, args...) while (0) macro
192 MPOOL_WARN("No Implement \n"); in MsOS_MPool_Mapping()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvMPool.c174 …#define MPOOL_WARN(fmt, args...) printk("[MPOOL USER WARN][%06d] " fmt, __LINE__, ##… macro
180 #define MPOOL_WARN(fmt, args...) do{} while (0) macro