Searched refs:OS_WRN (Results 1 – 5 of 5) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/FreeRTOS/ |
| A D | os_thread.c | 108 OS_WRN("thread %"OS_HANDLE_F" delete %"OS_HANDLE_F"\n", curHandle, handle); in OS_ThreadDelete() 162 OS_WRN("task num %lu != %lu\n", i, taskNum); in OS_ThreadList()
|
| A D | os_debug.h | 78 #define OS_WRN(fmt, arg...) OS_LOG(OS_WRN_ON, "[os W] "fmt, ##arg) macro
|
| A D | os_timer.c | 53 OS_WRN("Invalid timer callback\n"); in OS_TimerPrivCallback()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/RT-Thread/ |
| A D | os_debug.h | 77 #define OS_WRN(fmt, arg...) OS_LOG(OS_WRN_ON, "[os W] "fmt, ##arg) macro
|
| A D | os_thread.c | 111 OS_WRN("thread %"OS_HANDLE_F" delete %"OS_HANDLE_F"\n", curHandle, handle); in OS_ThreadDelete()
|
Completed in 7 milliseconds