Home
last modified time | relevance | path

Searched refs:OS_Thread_t (Results 1 – 6 of 6) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/osal/FreeRTOS/
A D_os_thread.h64 } OS_Thread_t; typedef
66 OS_Status OS_ThreadCreate(OS_Thread_t *thread, const char *name,
69 OS_Status OS_ThreadDelete(OS_Thread_t *thread);
76 static __always_inline int OS_ThreadIsValid(OS_Thread_t *thread) in OS_ThreadIsValid()
86 static __always_inline void OS_ThreadSetInvalid(OS_Thread_t *thread) in OS_ThreadSetInvalid()
175 uint32_t OS_ThreadGetStackMinFreeSize(OS_Thread_t *thread);
/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/osal/RT-Thread/
A D_os_thread.h63 } OS_Thread_t; typedef
65 OS_Status OS_ThreadCreate(OS_Thread_t *thread, const char *name,
68 OS_Status OS_ThreadDelete(OS_Thread_t *thread);
75 static inline int OS_ThreadIsValid(OS_Thread_t *thread) in OS_ThreadIsValid()
85 static inline void OS_ThreadSetInvalid(OS_Thread_t *thread) in OS_ThreadSetInvalid()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/FreeRTOS/
A Dos_thread.c58 OS_Status OS_ThreadCreate(OS_Thread_t *thread, const char *name, in OS_ThreadCreate()
88 OS_Status OS_ThreadDelete(OS_Thread_t *thread) in OS_ThreadDelete()
126 uint32_t OS_ThreadGetStackMinFreeSize(OS_Thread_t *thread) in OS_ThreadGetStackMinFreeSize()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/RT-Thread/
A Dos_thread.c53 OS_Status OS_ThreadCreate(OS_Thread_t *thread, const char *name, in OS_ThreadCreate()
87 OS_Status OS_ThreadDelete(OS_Thread_t *thread) in OS_ThreadDelete()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/cmd/
A Dcmd_sd.c529 OS_Thread_t thread; in cmd_sd_bench_exec()
567 OS_Thread_t thread; in cmd_sd_press_exec()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A D_sdhost.h292 OS_Thread_t sdio_irq_thread;

Completed in 13 milliseconds