Ignore:
Timestamp:
Jul 13, 2017, 4:16:21 PM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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:
4b234f0, 994d080
Parents:
578e6037 (diff), d6ff3ff (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg2:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/kernel.c

    r578e6037 r24fc196  
    6060volatile thread_local coroutine_desc * this_coroutine;
    6161volatile thread_local thread_desc * this_thread;
     62volatile thread_local bool preemption_in_progress = 0;
    6263volatile thread_local unsigned short disable_preempt_count = 1;
    6364
Note: See TracChangeset for help on using the changeset viewer.