- File:
-
- 1 edited
-
libcfa/src/concurrency/io/call.cfa.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/call.cfa.in
r7ce8873 r108345a 34 34 #include "kernel.hfa" 35 35 #include "io/types.hfa" 36 #include "stats.hfa"37 36 38 37 //============================================================================================= … … 227 226 async_{name}( future, {args}, submit_flags ); 228 227 229 __attribute__((unused)) bool parked; 230 parked = wait( future ); 231 __STATS__(false, if(!parked) io.submit.nblk += 1; ) 228 wait( future ); 232 229 if( future.result < 0 ) {{ 233 230 errno = -future.result;
Note:
See TracChangeset
for help on using the changeset viewer.