Re: [PATCH] score: Fix POSIX thread join

2015-04-23 Thread Gedare Bloom
On Thu, Apr 23, 2015 at 3:09 PM, Sebastian Huber wrote: > > - Gedare Bloom schrieb: >> On Thu, Apr 23, 2015 at 9:30 AM, Sebastian Huber >> wrote: >> > A thread join twofold. One side uses a thread queue and the other not. >> > So we must not use the same state. >> > >> > Update #2035. >> >

Re: [PATCH] score: Fix POSIX thread join

2015-04-23 Thread Sebastian Huber
- Gedare Bloom schrieb: > On Thu, Apr 23, 2015 at 9:30 AM, Sebastian Huber > wrote: > > A thread join twofold. One side uses a thread queue and the other not. > > So we must not use the same state. > > > > Update #2035. > > --- > > cpukit/libmisc/monitor/mon-prmisc.c | 1 + > > c

Re: [PATCH] score: Fix POSIX thread join

2015-04-23 Thread Gedare Bloom
On Thu, Apr 23, 2015 at 9:30 AM, Sebastian Huber wrote: > A thread join twofold. One side uses a thread queue and the other not. > So we must not use the same state. > > Update #2035. > --- > cpukit/libmisc/monitor/mon-prmisc.c | 1 + > cpukit/posix/src/pthreadjoin.c| 2

[PATCH] score: Fix POSIX thread join

2015-04-23 Thread Sebastian Huber
A thread join twofold. One side uses a thread queue and the other not. So we must not use the same state. Update #2035. --- cpukit/libmisc/monitor/mon-prmisc.c | 1 + cpukit/posix/src/pthreadjoin.c| 2 +- cpukit/score/include/rtems/score/statesimpl.h | 4 +++- 3 files c