Changeset 37a3aa23
- Timestamp:
- Mar 28, 2022, 4:12:29 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- d5cdbed
- Parents:
- 18f7858
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io.cfa
r18f7858 r37a3aa23 680 680 with( this->idle_wctx) { 681 681 682 // Do we already have a pending read 683 if(available(*ftr)) { 684 // There is no pending read, we need to add one 685 reset(*ftr); 686 687 iov.iov_base = rdbuf; 688 iov.iov_len = sizeof(eventfd_t); 689 __kernel_read(proc, *ftr, iov, evfd ); 682 // Do we already have a pending read 683 if(available(*ftr)) { 684 // There is no pending read, we need to add one 685 reset(*ftr); 686 687 iov.iov_base = rdbuf; 688 iov.iov_len = sizeof(eventfd_t); 689 __kernel_read(proc, *ftr, iov, evfd ); 690 } 690 691 } 691 692
Note: See TracChangeset
for help on using the changeset viewer.