Changeset d1f5054 for libcfa/src


Ignore:
Timestamp:
Aug 14, 2024, 11:55:20 AM (4 weeks ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
960665c
Parents:
26d40a1 (diff), 2870cb6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

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

    r26d40a1 rd1f5054  
    214214        __attribute__((unused)) bool parked;
    215215        parked = wait( future );
     216#if defined(CFA_HAVE_LINUX_IO_URING_H)
    216217        __STATS__(false, if(!parked) io.submit.nblk += 1; )
     218#endif
    217219        if( future.result < 0 ) {{
    218220                errno = -future.result;
Note: See TracChangeset for help on using the changeset viewer.