- File:
-
- 1 edited
-
libcfa/src/concurrency/preemption.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/preemption.cfa
re84ab3d r43784ac 61 61 // FwdDeclarations : timeout handlers 62 62 static void preempt( processor * this ); 63 static void timeout( thread$* this );63 static void timeout( $thread * this ); 64 64 65 65 // FwdDeclarations : Signal handlers … … 420 420 421 421 // reserved for future use 422 static void timeout( thread$* this ) {422 static void timeout( $thread * this ) { 423 423 unpark( this ); 424 424 }
Note:
See TracChangeset
for help on using the changeset viewer.