summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/macros/tqdata.inl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/macros/tqdata.inl9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/exec/score/macros/tqdata.inl b/c/src/exec/score/macros/tqdata.inl
index 5f657c1a94..c0d7ee8e5e 100644
--- a/c/src/exec/score/macros/tqdata.inl
+++ b/c/src/exec/score/macros/tqdata.inl
@@ -35,5 +35,14 @@
#define _Thread_queue_Is_reverse_search( _the_priority ) \
( (_the_priority) & 0x20 )
+/*PAGE
+ *
+ * _Thread_queue_Get_number_waiting
+ *
+ */
+
+#define _Thread_queue_Get_number_waiting( _the_thread_queue ) \
+ ( (_the_thread_queue)->count )
+
#endif
/* end of include file */