Changes in src/libcfa/concurrency/kernel.c [b462670:39fea2f]
- File:
-
- 1 edited
-
src/libcfa/concurrency/kernel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/kernel.c
rb462670 r39fea2f 115 115 void ?{}(processorCtx_t & this, processor * proc) { 116 116 (this.__cor){ "Processor" }; 117 this.__cor.starter = NULL;117 this.__cor.starter = &mainThread->cor; 118 118 this.proc = proc; 119 119 proc->runner = &this;
Note:
See TracChangeset
for help on using the changeset viewer.