Home
last modified time | relevance | path

Searched refs:OS_DBG (Results 1 – 10 of 10) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/RT-Thread/
A Dos_semaphore.c49 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 Dos_queue.c49 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 Dos_timer.c64 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 Dos_mutex.c45 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 Dos_thread.c62 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 Dos_debug.h76 #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 Dos_semaphore.c59 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 Dos_queue.c107 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 Dos_mutex.c92 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 Dos_debug.h77 #define OS_DBG(fmt, arg...) OS_LOG(OS_DBG_ON, "[os] "fmt, ##arg) macro

Completed in 12 milliseconds