Ignore:
Timestamp:
Jul 31, 2017, 1:59:52 PM (7 years ago)
Author:
alain
Message:

Several modifs in the generic scheduler and in the hal_context to
fix the context switch mechanism.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/devices/dev_txt.c

    r279 r296  
    8686
    8787        // start server thread
     88        thread_block( new_thread , THREAD_BLOCKED_DEV_QUEUE );
    8889        thread_unblock( XPTR( local_cxy , new_thread ) , THREAD_BLOCKED_GLOBAL );
    8990    }
Note: See TracChangeset for help on using the changeset viewer.