Changes in / [b5276fc:7215000]
- File:
-
- 1 edited
-
libcfa/src/concurrency/io.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io.cfa
rb5276fc r7215000 220 220 LOOP: while(!__atomic_load_n(&ring.done, __ATOMIC_SEQ_CST)) { 221 221 int ret = syscall( __NR_io_uring_enter, ring.fd, 0, 1, IORING_ENTER_GETEVENTS, &mask, _NSIG / 8); 222 __cfaabi_bits_print_safe( STDERR_FILENO, "Performed io_wait, returned %d errmsg %s\n", ret, strerror(errno) ); 222 223 if( ret < 0 ) { 223 224 switch((int)errno) {
Note:
See TracChangeset
for help on using the changeset viewer.