- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel/startup.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/startup.cfa
r6a77224 rb4b63e8 441 441 442 442 static void ?{}( $thread & this, current_stack_info_t * info) with( this ) { 443 ticket = TICKET_RUNNING;443 ticket = 1; 444 444 state = Start; 445 445 self_cor{ info }; … … 474 474 this.cltr = &_cltr; 475 475 full_proc = true; 476 destroyer = 0p; 476 477 do_terminate = false; 477 478 preemption_alarm = 0p;
Note:
See TracChangeset
for help on using the changeset viewer.