Changeset 833ba13 for libcfa/src/concurrency
- Timestamp:
- Dec 2, 2020, 12:31:56 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- ddcedfe
- Parents:
- 3d0560d (diff), a25f64b (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. - Location:
- libcfa/src/concurrency
- Files:
-
- 2 edited
-
iofwd.hfa (modified) (1 diff)
-
kernel.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/iofwd.hfa
r3d0560d r833ba13 38 38 #define CFA_IO_ASYNC IOSQE_ASYNC 39 39 #endif 40 41 #if __OFF_T_MATCHES_OFF64_T 42 typedef __off64_t off_t; 43 #else 44 typedef __off_t off_t; 45 #endif 46 typedef __off64_t off64_t; 40 47 41 48 struct cluster; -
libcfa/src/concurrency/kernel.hfa
r3d0560d r833ba13 159 159 160 160 static inline void ?{}(io_cancellation & this) { this.target = -1u; } 161 static inline void ^?{}(io_cancellation & this) {}161 static inline void ^?{}(io_cancellation &) {} 162 162 bool cancel(io_cancellation & this); 163 163
Note:
See TracChangeset
for help on using the changeset viewer.