From 0147d5ee73ca04e767479374c59f855c5832c246 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 3 Jul 2000 15:49:58 +0000 Subject: Added blocked_count field to allow for optimizations. --- cpukit/score/include/rtems/score/coremutex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/score/include/rtems') diff --git a/cpukit/score/include/rtems/score/coremutex.h b/cpukit/score/include/rtems/score/coremutex.h index 32e4f40b5e..9f27ae0c1d 100644 --- a/cpukit/score/include/rtems/score/coremutex.h +++ b/cpukit/score/include/rtems/score/coremutex.h @@ -119,6 +119,7 @@ typedef struct { CORE_mutex_Attributes Attributes; unsigned32 lock; unsigned32 nest_count; + unsigned32 blocked_count; Thread_Control *holder; Objects_Id holder_id; } CORE_mutex_Control; -- cgit v1.2.3