Changeset 4479890 for libcfa/src/concurrency/io
- Timestamp:
- Mar 22, 2022, 4:59:53 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 1a567d0
- Parents:
- 0521a1a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/types.hfa
r0521a1a r4479890 135 135 }; 136 136 137 static inline unsigned long long ts($io_context *& this) { 138 return this->cq.ts; 139 } 140 137 141 struct __pending_alloc { 138 142 inline __outstanding_io;
Note:
See TracChangeset
for help on using the changeset viewer.