Searched refs:OS_LOG (Results 1 – 4 of 4) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/RT-Thread/ |
| A D | os_debug.c | 44 OS_LOG(1, "<<< xr os resource info >>>\n"); in xr_os_resource_info() 45 OS_LOG(1, "g_xr_msgqueue_cnt %d\n", g_xr_msgqueue_cnt); in xr_os_resource_info() 46 OS_LOG(1, "g_xr_mutex_cnt %d\n", g_xr_mutex_cnt); in xr_os_resource_info() 47 OS_LOG(1, "g_xr_semaphore_cnt %d\n", g_xr_semaphore_cnt); in xr_os_resource_info() 48 OS_LOG(1, "g_xr_thread_cnt %d\n", g_xr_thread_cnt); in xr_os_resource_info() 49 OS_LOG(1, "g_xr_timer_cnt %d\n", g_xr_timer_cnt); in xr_os_resource_info()
|
| A D | os_debug.h | 70 #define OS_LOG(flags, fmt, arg...) \ macro 76 #define OS_DBG(fmt, arg...) OS_LOG(OS_DBG_ON, "[os] "fmt, ##arg) 77 #define OS_WRN(fmt, arg...) OS_LOG(OS_WRN_ON, "[os W] "fmt, ##arg) 80 OS_LOG(OS_ERR_ON, "[os E] %s():%d, "fmt, \
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/FreeRTOS/ |
| A D | os_debug.h | 71 #define OS_LOG(flags, fmt, arg...) \ macro 77 #define OS_DBG(fmt, arg...) OS_LOG(OS_DBG_ON, "[os] "fmt, ##arg) 78 #define OS_WRN(fmt, arg...) OS_LOG(OS_WRN_ON, "[os W] "fmt, ##arg) 81 OS_LOG(OS_ERR_ON, "[os E] %s():%d, "fmt, \
|
| A D | os_thread.c | 165 OS_LOG(1, "%*sState Pri Idx StkCur StkBot StkFree StkFreeMin\n", in OS_ThreadList() 168 OS_LOG(1, "%*.*s", -configMAX_TASK_NAME_LEN, configMAX_TASK_NAME_LEN, in OS_ThreadList() 178 OS_LOG(1, "%-5c %-3lu %-3lu %-u\n", in OS_ThreadList()
|
Completed in 7 milliseconds