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
  • TabularUnified src/libcfa/concurrency/threads

    rdcb42b8 rbd98b58  
    4545}
    4646
     47thread_h * this_thread(void);
     48
    4749//-----------------------------------------------------------------------------
    4850// Ctors and dtors
     
    6769void ^?{}( thread(T)* this );
    6870
    69 //-----------------------------------------------------------------------------
    70 // PRIVATE exposed because of inline
     71void yield();
    7172
    7273#endif //THREADS_H
Note: See TracChangeset for help on using the changeset viewer.