Changes in src/libcfa/concurrency/kernel.c [39fea2f:b462670]
- File:
-
- 1 edited
-
src/libcfa/concurrency/kernel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/kernel.c
r39fea2f 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.