Ignore:
Timestamp:
Jan 19, 2017, 2:42:49 PM (7 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:
35dd180f
Parents:
2175062
Message:

First prototype of kernel with proper startup and shutdown, not yet implemented for i386

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/kernel

    r2175062 reb2e723  
    2121
    2222struct processor {
    23         struct proc_coroutine * cor;
     23        struct processorCtx_t * ctx;
    2424        unsigned int thread_index;
    2525        unsigned int thread_count;
Note: See TracChangeset for help on using the changeset viewer.