Ignore:
Timestamp:
Aug 7, 2017, 12:50:17 PM (7 years ago)
Author:
alain
Message:

Introduce the delayed context switch if current thread has a lock.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/thread.h

    r279 r337  
    100100#define THREAD_FLAG_JOIN         0x0004  /*! Parent thread made a join                */
    101101#define THREAD_FLAG_EXIT         0x0008  /*! This thread made an exit                 */
     102#define THREAD_FLAG_SCHED        0x0010  /*! Descheduling required for this thread    */
    102103
    103104/***************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.