Ignore:
Timestamp:
Jun 16, 2017, 4:45:20 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
ec35498
Parents:
70c2df8
Message:

Preemption with some bug fixes and much more debugging, still not working at 100%

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/kernel

    r70c2df8 r4e6fb8e  
    9090        unsigned int preemption;
    9191
    92         unsigned short disable_preempt_count;
     92        bool pending_preemption;
    9393
    94         bool pending_preemption;
     94        char * last_enable;
    9595};
    9696
Note: See TracChangeset for help on using the changeset viewer.