Changeset b5276fc
- Timestamp:
- Apr 16, 2020, 1:26:07 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- c20ba169
- Parents:
- 7215000 (diff), 9a7c88f (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.cfa
r7215000 rb5276fc 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) );223 222 if( ret < 0 ) { 224 223 switch((int)errno) {
Note: See TracChangeset
for help on using the changeset viewer.