568// Number of Threads which use standard C/C++ library libspace
569// (when thread specific memory allocation is not used).
570#if (OS_THREAD_OBJ_MEM == 0)
571#ifndef OS_THREAD_LIBSPACE_NUM
572#define OS_THREAD_LIBSPACE_NUM 4
573#endif
574#else
575#define OS_THREAD_LIBSPACE_NUM OS_THREAD_NUM
576#endif
577
578//------------- <<< end of configuration section >>> ---------------------------
579
580#endif // RTX_CONFIG_H_
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.