Searched refs:MSOS_WARN (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | MsOS_linux.c | 193 #define MSOS_WARN(fmt, args...) ULOGW("MSOS","[%06d] " fmt, __LINE__, ## args) macro 200 #define LINUX_ASSERT(x) if (!(x)) {MSOS_WARN("\nAssert in %s,%d\n", __FUNCTION__, __LINE__); MsOS_… 929 …MSOS_WARN("Invalid memory pool ID: %td, you must use the default ID: MSOS_MALLOC_ID ,or the ID of … in MsOS_AllocateMemory() 930 MSOS_WARN("System will use default mpool to allocate memory here\n"); in MsOS_AllocateMemory() 1012 …MSOS_WARN("Invalid mpool ID:%td, you must use the default ID macro: MSOS_MALLOC_ID ,or the ID of t… in MsOS_FreeMemory() 1013 MSOS_WARN("System will free default mpool memory here\n"); in MsOS_FreeMemory() 1069 …MSOS_WARN("Invalid memory pool ID: %td, you must use the default ID: MSOS_MALLOC_ID ,or the ID of … in MsOS_ReallocateMemory() 1076 …MSOS_WARN("Invalid mpool ID: %td, you must use the default ID macro: MSOS_MALLOC_ID ,or the ID of … in MsOS_ReallocateMemory() 1077 MSOS_WARN("System will reallocate memory from default pookl\n"); in MsOS_ReallocateMemory() 1341 MSOS_WARN("ERROR!!! pthread_cancel() is not supported by BIONIC libc\n"); in MsOS_DeleteTask() [all …]
|