Ignore:
Timestamp:
Jun 29, 2018, 10:44:14 AM (6 years ago)
Author:
alain
Message:

Fix a bug in function sched_handle_signal():
When the deleted user thread is the last executed thread,
the sched->u_last field must be updated to point on another user thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libs/libalmosmkh/almosmkh.h

    r445 r450  
    187187****************************************************************************************/
    188188int trace( unsigned int active,
    189            unsigned int pid,
    190            unsigned int trdid );
     189           unsigned int cxy,
     190           unsigned int lid );
    191191
    192192/****************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.