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