Ignore:
Timestamp:
Jan 20, 2017, 4:50:15 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:
207c7e1d
Parents:
dcb42b8
Message:

Kernel now uses intrusive lists and blocking locks for ready queue management.
Update the plan for concurrency.

File:
1 edited

Legend:

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

    rdcb42b8 rbd98b58  
    1414
    1515extern void __suspend_no_inline__F___1(void);
    16 extern void __scheduler_remove__F_P9sthread_h__1(struct thread_h*);
     16extern void __signal_termination__F_P9sthread_h__1(struct thread_h*);
    1717
    1818void CtxInvokeCoroutine(
     
    5757      main( this );
    5858
    59       cor->state = Halt;
    60       cor->notHalted = false;
    61       __scheduler_remove__F_P9sthread_h__1(thrd);
     59      __signal_termination__F_P9sthread_h__1(thrd);
    6260
    6361      //Final suspend, should never return
Note: See TracChangeset for help on using the changeset viewer.