- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.cfa
r55d6affb ra1538cd 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 151 156 { 152 157 // Setup preemption data
Note:
See TracChangeset
for help on using the changeset viewer.