Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Include/
Drtx_os.h103 typedef struct osRtxThread_s { struct
109 struct osRtxThread_s *thread_next; ///< Link pointer to next Thread in Object list argument
110 struct osRtxThread_s *thread_prev; ///< Link pointer to previous Thread in Object list argument
111 struct osRtxThread_s *delay_next; ///< Link pointer to next Thread in Delay list argument
112 struct osRtxThread_s *delay_prev; ///< Link pointer to previous Thread in Delay list argument
113 struct osRtxThread_s *thread_join; ///< Thread waiting to Join argument