Changeset a1f3d93 for libcfa/src/concurrency/kernel.cfa
- Timestamp:
- Nov 29, 2021, 12:52:14 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 8da377d3
- Parents:
- c7b2215 (diff), 0351e9f (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/kernel.cfa
rc7b2215 ra1f3d93 135 135 static inline bool __maybe_io_drain( processor * ); 136 136 137 extern bool __kernel_read(processor * proc, io_future_t & future, char buf[], int fd); 137 #if defined(IO_URING_IDLE) && defined(CFA_HAVE_LINUX_IO_URING_H) 138 extern bool __kernel_read(processor * proc, io_future_t & future, char buf[], int fd); 139 #endif 138 140 139 141 extern void __disable_interrupts_hard();
Note: See TracChangeset
for help on using the changeset viewer.