| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/RT-Thread/ |
| A D | os_semaphore.c | 49 OS_DBG("%s(), handle %p\n", __func__, sem->handle); in OS_SemaphoreCreate() 106 OS_DBG("%s(), handle %p, wait %u ms\n", __func__, sem->handle, (unsigned int)waitMS); in OS_SemaphoreWait() 111 OS_DBG("%s() fail @ %d, %"OS_TIME_F" ms\n", __func__, __LINE__, (unsigned int)waitMS); in OS_SemaphoreWait() 131 OS_DBG("%s() fail @ %d\n", __func__, __LINE__); in OS_SemaphoreRelease() 151 OS_DBG("%s() fail @ %d\n", __func__, __LINE__); in OS_SemaphoreReset()
|
| A D | os_queue.c | 49 OS_DBG("%s(), handle %p\n", __func__, queue->handle); in OS_QueueCreate() 69 OS_DBG("%s(), handle %p\n", __func__, queue->handle); in OS_QueueDelete() 112 OS_DBG("%s() fail @ %d\n", __func__, __LINE__); in OS_QueueSend() 125 OS_DBG("%s() fail @ %d\n", __func__, __LINE__); in OS_QueueSend() 154 OS_DBG("%s() fail @ %d, %"OS_TIME_F" ms\n", __func__, __LINE__, (unsigned int)waitMS); in OS_QueueReceive()
|
| A D | os_timer.c | 64 OS_DBG("%s(), handle %p\n", __func__, timer->handle); in OS_TimerCreate() 77 OS_DBG("%s(), handle %p\n", __func__, timer->handle); in OS_TimerDelete() 100 OS_DBG("%s(), handle %p\n", __func__, timer->handle); in OS_TimerStart() 132 OS_DBG("%s(), handle %p\n", __func__, timer->handle); in OS_TimerChangePeriod() 165 OS_DBG("%s(), handle %p\n", __func__, timer->handle); in OS_TimerStop()
|
| A D | os_mutex.c | 45 OS_DBG("%s(), handle %p\n", __func__, mutex->handle); in OS_MutexCreate() 95 OS_DBG("%s() fail @ %d, %"OS_TIME_F" ms\n", __func__, __LINE__, (unsigned int)waitMS); in OS_MutexLock() 117 OS_DBG("%s() fail @ %d\n", __func__, __LINE__); in OS_MutexUnlock()
|
| A D | os_thread.c | 62 OS_DBG("%s(), name \"%s\", priority %d, stackSize %u, handle %p\n", in OS_ThreadCreate() 92 OS_DBG("%s(), handle %p\n", __func__, thread->handle); in OS_ThreadDelete()
|
| A D | os_debug.h | 76 #define OS_DBG(fmt, arg...) OS_LOG(OS_DBG_ON, "[os] "fmt, ##arg) macro
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/FreeRTOS/ |
| A D | os_semaphore.c | 59 OS_DBG("%s,%d\n", __FUNCTION__,__LINE__); in OS_SemaphoreCreate() 122 OS_DBG("%s() fail @ %d\n", __func__, __LINE__); in OS_SemaphoreWait() 129 OS_DBG("%s() fail @ %d, %"OS_TIME_F" ms\n", __func__, __LINE__, waitMS); in OS_SemaphoreWait() 156 OS_DBG("%s() fail @ %d\n", __func__, __LINE__); in OS_SemaphoreRelease() 163 OS_DBG("%s() fail @ %d\n", __func__, __LINE__); in OS_SemaphoreRelease()
|
| A D | os_queue.c | 107 OS_DBG("%s() fail @ %d\n", __func__, __LINE__); in OS_QueueSend() 114 OS_DBG("%s() fail @ %d, %"OS_TIME_F" ms\n", __func__, __LINE__, waitMS); in OS_QueueSend() 145 OS_DBG("%s() fail @ %d\n", __func__, __LINE__); in OS_QueueReceive() 152 OS_DBG("%s() fail @ %d, %"OS_TIME_F" ms\n", __func__, __LINE__, waitMS); in OS_QueueReceive()
|
| A D | os_mutex.c | 92 OS_DBG("%s() fail @ %d, %"OS_TIME_F" ms\n", __func__, __LINE__, waitMS); in OS_MutexLock() 114 OS_DBG("%s() fail @ %d\n", __func__, __LINE__); in OS_MutexUnlock() 162 OS_DBG("%s() fail @ %d, %"OS_TIME_F" ms\n", __func__, __LINE__, waitMS); in OS_RecursiveMutexLock() 185 OS_DBG("%s() fail @ %d\n", __func__, __LINE__); in OS_RecursiveMutexUnlock()
|
| A D | os_debug.h | 77 #define OS_DBG(fmt, arg...) OS_LOG(OS_DBG_ON, "[os] "fmt, ##arg) macro
|