From 0dd732ddac636e4b568172fa1b0a87e9191c8aba Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 14 Mar 2014 11:50:58 +0100 Subject: score: Add thread actions Thread actions are the building block for efficient implementation of - Classic signals delivery, - POSIX signals delivery, - thread restart notification, - thread delete notification, - forced thread migration on SMP configurations, and - the Multiprocessor Resource Sharing Protocol (MrsP). --- cpukit/score/src/threadinitialize.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/src/threadinitialize.c') diff --git a/cpukit/score/src/threadinitialize.c b/cpukit/score/src/threadinitialize.c index df491849c4..315156e52a 100644 --- a/cpukit/score/src/threadinitialize.c +++ b/cpukit/score/src/threadinitialize.c @@ -238,6 +238,8 @@ bool _Thread_Initialize( */ _Chain_Initialize_empty( &the_thread->Key_Chain ); + _Thread_Action_control_initialize( &the_thread->Post_switch_actions ); + /* * Open the object */ -- cgit v1.2.3