193void* rda_thread_new(constchar *pcName, void (*thread)(void *arg), void *arg, int stacksize, int priority);
194
195/**
196 * @brief : delete a thread
197 * @param[in] : thread id
198 * @param[out]:
199 * @return : return ERR or NO_ERR
200 */
201int rda_thread_delete(void* id);
202
203/**
204 * @brief : get current thread id
205 * @param[in] :
206 * @param[out]:
207 * @return : return thread id
208 */
209void* rda_thread_get_id(void);
210
211#ifdef __cplusplus
212 }
213#endif
214
215#endif /* _RDA_SYS_WRAPPER_H_ */
216#endif
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.