summaryrefslogtreecommitdiffstats
path: root/linkers/rtems-score-threadq.ini
diff options
context:
space:
mode:
Diffstat (limited to 'linkers/rtems-score-threadq.ini')
-rw-r--r--linkers/rtems-score-threadq.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/linkers/rtems-score-threadq.ini b/linkers/rtems-score-threadq.ini
index 23b09bf..3763990 100644
--- a/linkers/rtems-score-threadq.ini
+++ b/linkers/rtems-score-threadq.ini
@@ -4,9 +4,7 @@
[rtems-score-threadq-all]
trace = _Thread_queue_Enqueue
trace = _Thread_queue_Extract_locked
-trace = _Thread_queue_Unblock_critical
[rtems-score-threadq-signatures]
_Thread_queue_Enqueue = void, Thread_queue_Queue*, const Thread_queue_Operations*, Thread_Control*, Thread_queue_Context*
_Thread_queue_Extract_locked = bool, Thread_queue_Queue*, const Thread_queue_Operations*, Thread_Control*, Thread_queue_Context*
-_Thread_queue_Unblock_critical = void, bool, Thread_queue_Queue*, Thread_Control*, ISR_lock_Context*