Searched refs:OS_Thread_t (Results 1 – 6 of 6) sorted by relevance
64 } OS_Thread_t; typedef66 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);
63 } OS_Thread_t; typedef65 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()
58 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()
53 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()
529 OS_Thread_t thread; in cmd_sd_bench_exec()567 OS_Thread_t thread; in cmd_sd_press_exec()
292 OS_Thread_t sdio_irq_thread;
Completed in 13 milliseconds