# # ChangeLog for testsuites/smptests/smpthreadlife01/init.c in rtems # # Generated by Trac 1.2.1.dev0 # 05/11/24 04:51:27 Wed, 21 May 2014 08:30:34 GMT Sebastian Huber [82f90743] * cpukit/score/src/threadrestart.c (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/sptests/spthreadlife01/init.c (modified) score: _Thread_Set_life_protection() Enable usage of ... Thu, 10 Apr 2014 08:58:27 GMT Sebastian Huber [4bc8d2e] * c/src/lib/libbsp/sparc/leon3/startup/bspreset.c (modified) * cpukit/libmisc/cpuuse/cpuusagereset.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems/rtems/smp.h (modified) * cpukit/rtems/src/getprocessorcount.c (added) * cpukit/sapi/src/profilingiterate.c (modified) * testsuites/smptests/smp01/init.c (modified) * testsuites/smptests/smp02/init.c (modified) * testsuites/smptests/smp03/init.c (modified) * testsuites/smptests/smp05/init.c (modified) * testsuites/smptests/smp07/init.c (modified) * testsuites/smptests/smp08/init.c (modified) * testsuites/smptests/smp09/init.c (modified) * testsuites/smptests/smpaffinity01/init.c (modified) * testsuites/smptests/smpatomic01/init.c (modified) * testsuites/smptests/smpfatal01/init.c (modified) * testsuites/smptests/smpfatal02/init.c (modified) * testsuites/smptests/smpfatal03/init.c (modified) * testsuites/smptests/smpload01/init.c (modified) * testsuites/smptests/smplock01/init.c (modified) * testsuites/smptests/smpmigration01/init.c (modified) * testsuites/smptests/smppsxaffinity01/init.c (modified) * testsuites/smptests/smppsxaffinity02/init.c (modified) * testsuites/smptests/smppsxsignal01/init.c (modified) * testsuites/smptests/smpscheduler01/init.c (modified) * testsuites/smptests/smpsignal01/init.c (modified) * testsuites/smptests/smpswitchextension01/init.c (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/tmtests/tmcontext01/init.c (modified) rtems: Rename rtems_smp_get_processor_count() Rename ... Tue, 01 Apr 2014 06:40:23 GMT Sebastian Huber [57db5f1] * testsuites/smptests/smpthreadlife01/init.c (modified) smptests/smpthreadlife01: Avoid bad profiling stat Mon, 31 Mar 2014 13:49:35 GMT Sebastian Huber [b9b014e] * testsuites/smptests/smpthreadlife01/init.c (modified) smptests/smpthreadlife01: Typo Mon, 31 Mar 2014 13:45:01 GMT Sebastian Huber [a881ff2] * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/smptests/smpthreadlife01/smpthreadlife01.doc (modified) smptests/smpthreadlife01: Add test cases Tue, 25 Mar 2014 09:54:49 GMT Sebastian Huber [1b1be254] * cpukit/libcsupport/include/rtems/libcsupport.h (modified) * cpukit/libcsupport/src/newlibc_reent.c (modified) * cpukit/libcsupport/src/resource_snapshot.c (modified) * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/posix/include/rtems/posix/pthreadimpl.h (modified) * cpukit/posix/src/keyrundestructors.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/pthreadexit.c (modified) * cpukit/rtems/include/rtems/rtems/tasksimpl.h (modified) * cpukit/rtems/src/taskdelete.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/rtems/src/taskvariable_invoke_dtor.c (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/statesimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/include/rtems/score/userext.h (modified) * cpukit/score/include/rtems/score/userextimpl.h (modified) * cpukit/score/src/heapfree.c (modified) * cpukit/score/src/threadclose.c (deleted) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) * cpukit/score/src/userextiterate.c (modified) * testsuites/psxtests/psxcleanup01/init.c (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/smptests/smpunsupported01/init.c (modified) score: Thread life cycle re-implementation The thread deletion is ... Mon, 17 Mar 2014 09:12:14 GMT Sebastian Huber [5c731a83] * cpukit/rtems/src/taskrestart.c (modified) * cpukit/score/include/rtems/score/objectimpl.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/threadinitialize.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpthreadlife01/Makefile.am (added) * testsuites/smptests/smpthreadlife01/init.c (added) * testsuites/smptests/smpthreadlife01/smpthreadlife01.doc (added) * testsuites/smptests/smpthreadlife01/smpthreadlife01.scn (added) * testsuites/smptests/smpunsupported01/init.c (modified) score: Use thread action for thread restart The thread restart is ...