- Timestamp:
- Aug 13, 2024, 9:16:07 AM (3 months ago)
- Branches:
- master
- Children:
- f9b42bd
- Parents:
- 8492b85
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/call.cfa.in
r8492b85 ra51dc0d 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.