Searched refs:MSOS_PRINT (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/ |
| H A D | MsOS_nuttx.c | 381 #define MSOS_PRINT(fmt, args...) PRINTF("[MSOS_PRINT][%06d] " fmt, __LINE__, ## args) macro 835 …MSOS_PRINT("%s: Warning strlen(%s) is longer than MAX_MUTEX_NAME_LENGTH(%d). Oversize char will be… in MsOS_CreateMutex() 916 MSOS_PRINT("MUTEX WITH MUTEX_ID:0x%lx NOT EXIST\n",s32MutexId ); in MsOS_DeleteMutex() 959 MSOS_PRINT("Mutex Name: %s\n", _MsOS_Mutex_Info[s32MutexId].u8Name); in MsOS_ObtainMutex() 971 MSOS_PRINT("Mutex Name: %s\n", _MsOS_Mutex_Info[s32MutexId].u8Name); in MsOS_ObtainMutex() 1003 MSOS_PRINT("Mutex Name: %s\n", _MsOS_Mutex_Info[s32MutexId].u8Name); in MsOS_ReleaseMutex() 1110 MSOS_PRINT("SEMAPHORE WITH SEMAPHORE_ID:0x%lx NOT EXIST\n",s32SemaphoreId ); in MsOS_DeleteSemaphore() 1272 MSOS_PRINT("EVENTGROUP WITH EVENTGROUP:0x%lx NOT EXIST\n",s32EventGroupId); in MsOS_DeleteEventGroup()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | MsOS_linux.c | 194 #define MSOS_PRINT(fmt, args...) ULOGI("MSOS","[%06d] " fmt, __LINE__, ## args) macro 571 MSOS_PRINT("[MsOS_Init] already inited!\n"); in MsOS_Init() 692 MSOS_PRINT("pthread_mutex_init\n"); in MsOS_Init() 694 MSOS_PRINT("CHIP_InitISR\n"); in MsOS_Init() 826 …MSOS_PRINT("Invalid memory pool ID: %td, you must use the ID of the mpool you created\n", (ptrdiff… in MsOS_DeleteMemoryPool() 2449 MSOS_PRINT("Blocking signal %d\n", SIGRTMIN); in Timer_Thread() 2565 MSOS_PRINT ("Create pthread success!\n"); in MsOS_CreateTimer() 3466 MSOS_PRINT("~!~mappd sharemem %s \n", _pu8ShareMem); in MsOS_SHM_Init()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/optee/ |
| H A D | MsOS_optee.c | 331 #define MSOS_PRINT(fmt, args...) macro
|