Ignore:
Timestamp:
Jul 13, 2017, 3:51:00 PM (7 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:
0764cfb, 24fc196, 3d4b23fa
Parents:
35b06a8
Message:

Kernel shoud now drop preemptions during other preemptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/kernel_private.h

    r35b06a8 rd6ff3ff  
    7979extern volatile thread_local coroutine_desc * this_coroutine;
    8080extern volatile thread_local thread_desc * this_thread;
     81extern volatile thread_local bool preemption_in_progress;
    8182extern volatile thread_local unsigned short disable_preempt_count;
    8283
Note: See TracChangeset for help on using the changeset viewer.