nuttx/include/cxx
Gregory Nutt 82debdc213 Make task_init() and task_activate() internal OS functions.
-Move task_init() and task_activate() prototypes from include/sched.h to include/nuttx/sched.h.  These are internal OS functions and should not be exposed to the user.
-Remove references to task_init() and task_activate() from the User Manual.
-Rename task_init() to nxtask_init() since since it is an OS internal function
-Rename task_activate() to nxtask_activate since it is an OS internal function
2020-05-25 23:54:45 +01:00
..
cassert
cctype
cerrno
cfcntl
climits
clocale locale.h: Add a bogus definition of locale_t 2017-05-12 10:13:18 -06:00
cmath libm: Port gamma() and lgamma() from FreeBSD to NuttX. 2017-08-08 07:02:39 -06:00
csched Make task_init() and task_activate() internal OS functions. 2020-05-25 23:54:45 +01:00
csignal
cstdarg
cstdbool
cstddef include/cxx/cstddef: Add C11++ std::nullptr_t 2019-07-11 06:07:34 -06:00
cstdint
cstdio
cstdlib Remove CONFIG_CAN_PASS_STRUCT 2020-04-11 21:19:47 +01:00
cstring
ctime include/cxx/ctime: Remove gititimer and setitimer. These are prototyped in sys/time.h, not time.h. Alternatively, ctime could include sys/time.h. Those APIs should also be in the std namespace. 2019-11-13 14:01:25 -06:00
cunistd Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
cwchar Remove 'executable' bit on several files 2019-08-01 14:13:55 -06:00
cwctype