Ignore:
Timestamp:
Mar 22, 2022, 4:59:53 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
1a567d0
Parents:
0521a1a
Message:

Implemented helping for io drain based on timestamps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/io/types.hfa

    r0521a1a r4479890  
    135135        };
    136136
     137        static inline unsigned long long ts($io_context *& this) {
     138                return this->cq.ts;
     139        }
     140
    137141        struct __pending_alloc {
    138142                inline __outstanding_io;
Note: See TracChangeset for help on using the changeset viewer.