[PATCH 01/12] Add RTEMS thread API
Sebastian Huber
sebastian.huber at embedded-brains.de
Thu Dec 21 16:27:06 UTC 2017
----- Am 21. Dez 2017 um 16:49 schrieb Gedare Bloom gedare at rtems.org:
> I don't quite understand why this is called 'thread', when everything
> appears to be synchronization related.
In the documentation chapter is an outline for self-contained threads. The header file is analogous to C11 <threads.h> and POSIX <pthread.h> which contains threads and thread synchronization. We could also add a new header file for each object, but I don't think there is a benefit in including myriads of very simple header C files.
More information about the devel
mailing list