Changeset 3f7d0b4
- Timestamp:
- May 4, 2020, 1:01:58 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 4d741e9
- Parents:
- 927a918
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io.cfa
r927a918 r3f7d0b4 20 20 21 21 #if !defined(HAVE_LINUX_IO_URING_H) 22 void __kernel_io_startup( cluster & ) {22 void __kernel_io_startup( cluster &, bool ) { 23 23 // Nothing to do without io_uring 24 24 } 25 25 26 void __kernel_io_ start_thrd( cluster & ) {26 void __kernel_io_finish_start( cluster & ) { 27 27 // Nothing to do without io_uring 28 28 } 29 29 30 void __kernel_io_ stop_thrd( cluster & ) {30 void __kernel_io_prepare_stop( cluster & ) { 31 31 // Nothing to do without io_uring 32 32 } 33 33 34 void __kernel_io_shutdown( cluster & ) {34 void __kernel_io_shutdown( cluster &, bool ) { 35 35 // Nothing to do without io_uring 36 36 }
Note: See TracChangeset
for help on using the changeset viewer.