Ignore:
File:
1 edited

Legend:

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

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