Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/io/call.cfa.in

    r7ce8873 r108345a  
    3434#include "kernel.hfa"
    3535#include "io/types.hfa"
    36 #include "stats.hfa"
    3736
    3837//=============================================================================================
     
    227226        async_{name}( future, {args}, submit_flags );
    228227
    229         __attribute__((unused)) bool parked;
    230         parked = wait( future );
    231         __STATS__(false, if(!parked) io.submit.nblk += 1; )
     228        wait( future );
    232229        if( future.result < 0 ) {{
    233230                errno = -future.result;
Note: See TracChangeset for help on using the changeset viewer.