Changeset b462670 for src/libcfa/concurrency/kernel.c
- Timestamp:
- Sep 20, 2017, 1:59:47 PM (6 years ago)
- Branches:
- aaron-thesis, arm-eh, 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:
- 8d722cc, 9bae71f
- Parents:
- 47b5b63
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/kernel.c
r47b5b63 rb462670 115 115 void ?{}(processorCtx_t & this, processor * proc) { 116 116 (this.__cor){ "Processor" }; 117 this.__cor.starter = &mainThread->cor;117 this.__cor.starter = NULL; 118 118 this.proc = proc; 119 119 proc->runner = &this;
Note: See TracChangeset
for help on using the changeset viewer.