Changeset 7045cc3 in rtems-tools


Ignore:
Timestamp:
12/19/19 09:08:19 (4 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
29ad0ec7
Parents:
beeeb59
git-author:
Sebastian Huber <sebastian.huber@…> (12/19/19 09:08:19)
git-committer:
Sebastian Huber <sebastian.huber@…> (12/19/19 09:09:22)
Message:

linkers: Remove _Thread_Life_action_handler

This is a static function.

Update #3413.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • linkers/rtems-score-thread.ini

    rbeeeb59 r7045cc3  
    66trace = _Thread_Stack_Allocate, _Thread_Stack_Free, _Thread_Initialize, _Thread_Start
    77trace = _Thread_Restart_other, _Thread_Restart_self, _Thread_Yield, _Thread_Set_life_protection
    8 trace = _Thread_Life_action_handler, _Thread_Kill_zombies, _Thread_Close
     8trace = _Thread_Kill_zombies, _Thread_Close
    99trace = _Thread_Clear_state, _Thread_Set_state, _Thread_Load_environment
    1010trace = _Thread_Handler
     
    2424[rtems-score-thread-activity]
    2525trace = _Thread_Restart_other, _Thread_Restart_self, _Thread_Yield, _Thread_Set_life_protection
    26 trace = _Thread_Life_action_handler, _Thread_Clear_state,
     26trace = _Thread_Clear_state,
    2727trace =  _Thread_Set_state, _Thread_Load_environment
    2828trace = _Thread_Get
     
    4141_Thread_Yield = void, Thread_Control*
    4242_Thread_Set_life_protection = Thread_Life_state, Thread_Life_state
    43 _Thread_Life_action_handler = void, Thread_Control*, Thread_Action*, ISR_lock_Context*
    4443_Thread_Kill_zombies = void, void
    4544_Thread_Close = void, Thread_Control*, Thread_Control*, Thread_Close_context*
Note: See TracChangeset for help on using the changeset viewer.