# # ChangeLog for testsuites/smptests/smpthreadlife01 in rtems # # Generated by Trac 1.2.1.dev0 # 05/17/24 18:46:42 Thu, 12 May 2016 14:32:27 GMT Sebastian Huber [9949d8a7] * cpukit/libcsupport/src/privateenv.c (modified) * cpukit/score/include/rtems/score/apimutex.h (modified) * cpukit/score/include/rtems/score/mrspimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * cpukit/score/src/apimutexlock.c (modified) * cpukit/score/src/apimutexunlock.c (modified) * cpukit/score/src/threadrestart.c (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/sptests/spthreadlife01/init.c (modified) score: Add Thread_Change_life() Add _Thread_Change_life_locked() as ... Fri, 25 Sep 2015 12:34:24 GMT Sebastian Huber [258ad71] * c/src/lib/libbsp/arm/shared/arm-a9mpcore-smp.c (modified) * c/src/lib/libbsp/powerpc/qoriq/startup/bspsmp.c (modified) * c/src/lib/libbsp/sparc/shared/irq_asm.S (modified) * c/src/lib/libcpu/powerpc/new-exceptions/cpu_asm.S (modified) * c/src/lib/libcpu/powerpc/shared/include/powerpc-utility.h (modified) * cpukit/score/cpu/arm/cpu_asm.S (modified) * cpukit/score/cpu/no_cpu/rtems/score/cpu.h (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/smpimpl.h (modified) * cpukit/score/include/rtems/score/threadimpl.h (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) SMP: Fix and optimize thread dispatching According to the C11 and ... Mon, 01 Sep 2014 09:01:04 GMT Sebastian Huber [4030ccc] * testsuites/libtests/newlib01/newlib01.doc (modified) * testsuites/smptests/smpatomic01/smpatomic01.doc (modified) * testsuites/smptests/smpipi01/smpipi01.doc (modified) * testsuites/smptests/smpmigration01/smpmigration01.doc (modified) * testsuites/smptests/smpmigration02/smpmigration02.doc (modified) * testsuites/smptests/smpmrsp01/smpmrsp01.doc (modified) * testsuites/smptests/smpscheduler01/smpscheduler01.doc (modified) * testsuites/smptests/smpscheduler02/smpscheduler02.doc (modified) * testsuites/smptests/smpthreadlife01/smpthreadlife01.doc (modified) * testsuites/smptests/smpunsupported01/smpunsupported01.doc (modified) * testsuites/sptests/spmrsp01/spmrsp01.doc (modified) * testsuites/sptests/spscheduler01/spscheduler01.doc (modified) tests: Add documentation Wed, 18 Jun 2014 13:16:02 GMT Sebastian Huber [a92989a] * cpukit/score/src/threadrestart.c (modified) * testsuites/smptests/smpthreadlife01/init.c (modified) * testsuites/smptests/smpthreadlife01/smpthreadlife01.doc (modified) score: Fix thread deletion on SMP Close the thread object in ... Mon, 02 Jun 2014 14:15:15 GMT Christian Mauderer [5abe5a8] * testsuites/smptests/smpthreadlife01/init.c (modified) smptests/smpthreadlife01: Fix for debug enabled 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 ...