Searched refs:OS_ThreadCreate (Results 1 – 6 of 6) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/RT-Thread/ |
| A D | os_thread.c | 53 OS_Status OS_ThreadCreate(OS_Thread_t *thread, const char *name, in OS_ThreadCreate() function
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/osal/RT-Thread/ |
| A D | _os_thread.h | 65 OS_Status OS_ThreadCreate(OS_Thread_t *thread, const char *name,
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/osal/FreeRTOS/ |
| A D | _os_thread.h | 66 OS_Status OS_ThreadCreate(OS_Thread_t *thread, const char *name,
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/FreeRTOS/ |
| A D | os_thread.c | 58 OS_Status OS_ThreadCreate(OS_Thread_t *thread, const char *name, in OS_ThreadCreate() function
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/cmd/ |
| A D | cmd_sd.c | 546 if (OS_ThreadCreate(&thread, in cmd_sd_bench_exec() 603 if (OS_ThreadCreate(&thread, in cmd_sd_press_exec() 632 if (OS_ThreadCreate(&thread, in cmd_sd_press_exec()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | sdio_irq.c | 238 ret = OS_ThreadCreate(&host->sdio_irq_thread, "ksdioirqd", \
|
Completed in 8 milliseconds