Changeset d1f5054 for libcfa/src
- Timestamp:
- Aug 14, 2024, 11:55:20 AM (3 months ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/call.cfa.in
r26d40a1 rd1f5054 214 214 __attribute__((unused)) bool parked; 215 215 parked = wait( future ); 216 #if defined(CFA_HAVE_LINUX_IO_URING_H) 216 217 __STATS__(false, if(!parked) io.submit.nblk += 1; ) 218 #endif 217 219 if( future.result < 0 ) {{ 218 220 errno = -future.result;
Note: See TracChangeset
for help on using the changeset viewer.