Searched refs:OS_TIME_F (Results 1 – 8 of 8) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/FreeRTOS/ |
| A D | os_queue.c | 114 OS_DBG("%s() fail @ %d, %"OS_TIME_F" ms\n", __func__, __LINE__, waitMS); in OS_QueueSend() 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() 162 OS_DBG("%s() fail @ %d, %"OS_TIME_F" ms\n", __func__, __LINE__, waitMS); in OS_RecursiveMutexLock()
|
| A D | os_debug.h | 69 #define OS_TIME_F "u" macro
|
| A D | os_semaphore.c | 129 OS_DBG("%s() fail @ %d, %"OS_TIME_F" ms\n", __func__, __LINE__, waitMS); in OS_SemaphoreWait()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/RT-Thread/ |
| A D | os_debug.h | 68 #define OS_TIME_F "u" macro
|
| A D | os_mutex.c | 95 OS_DBG("%s() fail @ %d, %"OS_TIME_F" ms\n", __func__, __LINE__, (unsigned int)waitMS); in OS_MutexLock()
|
| A D | os_semaphore.c | 111 OS_DBG("%s() fail @ %d, %"OS_TIME_F" ms\n", __func__, __LINE__, (unsigned int)waitMS); in OS_SemaphoreWait()
|
| A D | os_queue.c | 154 OS_DBG("%s() fail @ %d, %"OS_TIME_F" ms\n", __func__, __LINE__, (unsigned int)waitMS); in OS_QueueReceive()
|
Completed in 13 milliseconds