- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel/startup.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/startup.cfa
r6a77224 r5afb49a 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 };
Note:
See TracChangeset
for help on using the changeset viewer.