Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel/startup.cfa

    r6a77224 rb4b63e8  
    441441
    442442static void ?{}( $thread & this, current_stack_info_t * info) with( this ) {
    443         ticket = TICKET_RUNNING;
     443        ticket = 1;
    444444        state = Start;
    445445        self_cor{ info };
     
    474474        this.cltr = &_cltr;
    475475        full_proc = true;
     476        destroyer = 0p;
    476477        do_terminate = false;
    477478        preemption_alarm = 0p;
Note: See TracChangeset for help on using the changeset viewer.