From 1b17790ccd966e1118da1c5cc40728da771e40a0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 13 Jun 1996 16:43:39 +0000 Subject: Added code so post context switch extensions can be run on every context switch. This was needed to support process wide signals. --- c/src/exec/score/headers/thread.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'c/src/exec/score/headers') diff --git a/c/src/exec/score/headers/thread.h b/c/src/exec/score/headers/thread.h index 97f6825e38..c0c59a5f74 100644 --- a/c/src/exec/score/headers/thread.h +++ b/c/src/exec/score/headers/thread.h @@ -225,6 +225,13 @@ SCORE_EXTERN Context_Control _Thread_BSP_context; SCORE_EXTERN unsigned32 _Thread_Dispatch_disable_level; +/* + * If this is non-zero, then the post-task switch extension + * is run regardless of the state of the per thread flag. + */ + +SCORE_EXTERN unsigned32 _Thread_Do_post_task_switch_extension; + /* * The following holds how many user extensions are in the system. This * is used to determine how many user extension data areas to allocate -- cgit v1.2.3