Changeset 7425720
- Timestamp:
- Mar 28, 2022, 5:43:05 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 1e6ffb44
- Parents:
- d5cdbed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/setup.cfa
rd5cdbed r7425720 33 33 void __cfa_io_start( processor * proc ) {} 34 34 bool __cfa_io_flush( processor * proc ) { return false; } 35 bool __cfa_io_drain( processor * proc ) __attribute__((nonnull (1))) ;36 void __cfa_io_idle ( processor * ) __attribute__((nonnull (1))) ;35 bool __cfa_io_drain( processor * proc ) __attribute__((nonnull (1))) { return false; } 36 void __cfa_io_idle ( processor * ) __attribute__((nonnull (1))) {} 37 37 void __cfa_io_stop ( processor * proc ) {} 38 38
Note: See TracChangeset
for help on using the changeset viewer.