- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.cfa
ra1538cd r55d6affb 149 149 #endif 150 150 151 // if we need to run some special setup, now is the time to do it.152 if(this->init.fnc) {153 this->init.fnc(this->init.arg);154 }155 156 151 { 157 152 // Setup preemption data
Note:
See TracChangeset
for help on using the changeset viewer.