Revision e7c4f797 core/inc/aos_thread.h
core/inc/aos_thread.h | ||
---|---|---|
125 | 125 |
#if ((AMIROOS_CFG_DBG == true) && (CH_DBG_FILL_THREADS == TRUE)) || defined(__DOXYGEN__) |
126 | 126 |
size_t aosThdGetStackPeakUtilization(thread_t* thread); |
127 | 127 |
#endif /* (AMIROOS_CFG_DBG == true) && (CH_DBG_FILL_THREADS == TRUE) */ |
128 |
#if ((CH_CFG_USE_REGISTRY == TRUE) || (CH_CFG_USE_THREADHIERARCHY == TRUE)) || defined(__DOXYGEN__) |
|
129 |
thread_t* aosThreadGetFirst(void); |
|
130 |
thread_t* aosThreadGetNext(thread_t* thread); |
|
131 |
#endif /* (CH_CFG_USE_REGISTRY == TRUE) || (CH_CFG_USE_THREADHIERARCHY == TRUE) */ |
|
128 | 132 |
#if defined(__cplusplus) |
129 | 133 |
} |
130 | 134 |
#endif /* defined(_cplusplus) */ |
Also available in: Unified diff