Ignore:
Timestamp:
May 30, 2018, 5:57:35 PM (6 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, with_gc
Children:
ae32d96
Parents:
8cc7dd1
Message:

Added basic core quiescing

File:
1 edited

Legend:

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

    r8cc7dd1 r6b4cdd3  
    5757void runThread(processor * this, thread_desc * dst);
    5858void finishRunning(processor * this);
     59void halt(processor * this);
     60void wake(processor * this);
    5961void terminate(processor * this);
    6062void spin(processor * this, unsigned int * spin_count);
Note: See TracChangeset for help on using the changeset viewer.