source: rtems-tools/linkers/rtems-score-threadq.ini @ c2d0d0e

5
Last change on this file since c2d0d0e was b76fa74, checked in by Sebastian Huber <sebastian.huber@…>, on 10/12/17 at 10:52:59

linkers: Update due to API changes

Update #3160.

  • Property mode set to 100644
File size: 574 bytes
Line 
1;
2; RTEMS Supercore Thread Queue Trace Configurations
3;
4[rtems-score-threadq-all]
5trace = _Thread_queue_Enqueue
6trace = _Thread_queue_Extract_locked
7trace = _Thread_queue_Unblock_critical
8
9[rtems-score-threadq-signatures]
10_Thread_queue_Enqueue = void, Thread_queue_Queue*, const Thread_queue_Operations*, Thread_Control*, Thread_queue_Context*
11_Thread_queue_Extract_locked = bool, Thread_queue_Queue*, const Thread_queue_Operations*, Thread_Control*, Thread_queue_Context*
12_Thread_queue_Unblock_critical = void, bool, Thread_queue_Queue*, Thread_Control*, ISR_lock_Context*
Note: See TracBrowser for help on using the repository browser.