Changeset a986807
- Timestamp:
- Feb 9, 2022, 3:52:35 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 454b4e0
- Parents:
- 850aff1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/setup.cfa
r850aff1 ra986807 32 32 33 33 void __cfa_io_start( processor * proc ) {} 34 bool __cfa_io_flush( processor * proc, int ) { }34 bool __cfa_io_flush( processor * proc, int ) { return false; } 35 35 void __cfa_io_stop ( processor * proc ) {} 36 36
Note: See TracChangeset
for help on using the changeset viewer.