nuttx/sched
Gregory Nutt 2def8035db sched/sched/sched_getcpu.c: Implement non-standard interface.
If SMP is enabled this function will return the number of the CPU that the thread is running on.  This is non-standard but follows GLIBC if __GNU_SOURCE is enabled.  The returned CPU number is, however, worthless since it returns the CPU number of the CPU that was executing the task when the function was called.  The application can never know the true CPU number of the CPU tht it is running on since that value is volatile and change change at any time.
2020-01-31 20:25:15 +00:00
..
clock Fix typos and some incorrect comments 2020-01-20 09:32:36 -03:00
environ Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
errno Standardization of some function headers. 2018-03-13 09:52:27 -06:00
group Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
init Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
irq Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
module Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mqueue Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
paging tools/nxstyle.c: Add automatic detection of line width based on examining 2020-01-12 13:07:54 -03:00
pthread Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
sched sched/sched/sched_getcpu.c: Implement non-standard interface. 2020-01-31 20:25:15 +00:00
semaphore Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
signal Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
task Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
timer tools/nxstyle.c: Add automatic detection of line width based on examining 2020-01-12 13:07:54 -03:00
wdog Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
wqueue kwork/notifier: initialize the work handler 2020-01-22 10:05:28 +01:00
.gitignore
Kconfig Fix typos and some incorrect comments 2020-01-20 09:32:36 -03:00
Makefile TLS: Simplify 2016-03-11 07:17:32 -06:00