Re: [PATCH 01/12] Add RTEMS thread API

2018-02-02 Thread Sebastian Huber
- Sebastian Huber schrieb: > I checked in this patch series.  Before the 5.1 release we can still > change the API names if necessary. I will update libbsd on Monday. There are some API usage fixes necessary. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puch

Re: [PATCH 01/12] Add RTEMS thread API

2018-02-02 Thread Sebastian Huber
I checked in this patch series.  Before the 5.1 release we can still change the API names if necessary. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brai

Re: [PATCH 01/12] Add RTEMS thread API

2017-12-21 Thread Gedare Bloom
On Thu, Dec 21, 2017 at 11:27 AM, Sebastian Huber wrote: > > > - Am 21. Dez 2017 um 16:49 schrieb Gedare Bloom ged...@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 f

Re: [PATCH 01/12] Add RTEMS thread API

2017-12-21 Thread Sebastian Huber
- Am 21. Dez 2017 um 16:49 schrieb Gedare Bloom ged...@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 an

Re: [PATCH 01/12] Add RTEMS thread API

2017-12-21 Thread Gedare Bloom
I don't quite understand why this is called 'thread', when everything appears to be synchronization related. On Thu, Dec 21, 2017 at 9:09 AM, Sebastian Huber wrote: > Update #2843. > --- > cpukit/Makefile.am | 1 + > cpukit/include/rtems/thread.h| 280

[PATCH 01/12] Add RTEMS thread API

2017-12-21 Thread Sebastian Huber
Update #2843. --- cpukit/Makefile.am | 1 + cpukit/include/rtems/thread.h| 280 +++ cpukit/preinstall.am | 4 + cpukit/score/src/semaphore.c | 99 +- testsuites/sptests/Makefile.a