# # ChangeLog for cpukit/libstdthreads/thrd.c in rtems # # Generated by Trac 1.2.1.dev0 # 05/04/24 14:16:56 Thu, 10 Sep 2015 15:12:06 GMT Sebastian Huber [cff773f] * cpukit/Makefile.am (modified) * cpukit/configure.ac (modified) * cpukit/libstdthreads/Makefile.am (added) * cpukit/libstdthreads/call_once.c (modified) * cpukit/libstdthreads/cnd.c (modified) * cpukit/libstdthreads/mtx.c (modified) * cpukit/libstdthreads/thrd.c (modified) * cpukit/libstdthreads/tss.c (modified) * cpukit/wrapup/Makefile.am (modified) * testsuites/sptests/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spstdthreads01/Makefile.am (added) * testsuites/sptests/spstdthreads01/init.c (added) * testsuites/sptests/spstdthreads01/spstdthreads01.doc (added) * testsuites/sptests/spstdthreads01/spstdthreads01.scn (added) libstdthreads: Add C11 threads Wed, 16 Sep 2015 04:13:45 GMT Sebastian Huber [e333089] * cpukit/libstdthreads/call_once.c (added) * cpukit/libstdthreads/cnd.c (added) * cpukit/libstdthreads/mtx.c (added) * cpukit/libstdthreads/thrd.c (added) * cpukit/libstdthreads/tss.c (added) libstdthreads: Import from FreeBSD