Ignore:
Timestamp:
Jan 19, 2017, 3:42:29 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:
dcb42b8
Parents:
4a3386b4
Message:

Clean-up thread, kernel and examples

File:
1 edited

Legend:

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

    r4a3386b4 r8f49a54  
    3333      main( this );
    3434
     35      cor->state = Halt;
     36      cor->notHalted = false;
     37
    3538      //Final suspend, should never return
    3639      __suspend_no_inline__F___1();
     
    5457      main( this );
    5558
     59      cor->state = Halt;
     60      cor->notHalted = false;
    5661      __scheduler_remove__F_P9sthread_h__1(thrd);
    5762
Note: See TracChangeset for help on using the changeset viewer.