Ignore:
File:
1 edited

Legend:

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

    re84ab3d r43784ac  
    6161// FwdDeclarations : timeout handlers
    6262static void preempt( processor   * this );
    63 static void timeout( thread$ * this );
     63static void timeout( $thread * this );
    6464
    6565// FwdDeclarations : Signal handlers
     
    420420
    421421// reserved for future use
    422 static void timeout( thread$ * this ) {
     422static void timeout( $thread * this ) {
    423423        unpark( this );
    424424}
Note: See TracChangeset for help on using the changeset viewer.