Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/preemption.h

    rd8548e2 r6b0b624  
    1919#include "kernel_private.h"
    2020
     21__attribute__((weak)) unsigned int default_preemption();
    2122void kernel_start_preemption();
    2223void kernel_stop_preemption();
     
    2930};
    3031
    31 void ?{}( preemption_scope & this, processor * proc );
    32 void ^?{}( preemption_scope & this );
     32void ?{}( preemption_scope * this, processor * proc );
     33void ^?{}( preemption_scope * this );
    3334
    3435// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.