Re: [PATCH] cpukit/librcxx: Add a C++ thread interface with attributes

2019-12-10 Thread Chris Johns
On 10/12/19 5:34 pm, Sebastian Huber wrote: > On 10/12/2019 00:28, chr...@rtems.org wrote: >> diff --git a/testsuites/libtests/rcxx01/init.c >> b/testsuites/libtests/rcxx01/init.c >> new file mode 100644 >> index 00..129f7ee4ba >> --- /dev/null >> +++ b/testsuites/libtests/rcxx01/init.c >>

Re: [PATCH] cpukit/librcxx: Add a C++ thread interface with attributes

2019-12-09 Thread Sebastian Huber
On 10/12/2019 00:28, chr...@rtems.org wrote: diff --git a/testsuites/libtests/rcxx01/init.c b/testsuites/libtests/rcxx01/init.c new file mode 100644 index 00..129f7ee4ba --- /dev/null +++ b/testsuites/libtests/rcxx01/init.c @@ -0,0 +1,70 @@ +/* + * Copyright (c) 2019 Chris Johns + * + *

[PATCH] cpukit/librcxx: Add a C++ thread interface with attributes

2019-12-09 Thread chrisj
From: Chris Johns --- cpukit/include/rtems/c++/error| 65 +++ cpukit/include/rtems/c++/thread | 469 ++ cpukit/librcxx/error.cc | 76 +++ cpukit/librcxx/thread.cc | 414 .../cpukit/RTEMS-B