Changeset 2e9b59b for tests/io/io-acquire.cfa
- Timestamp:
- Apr 19, 2022, 3:00:04 PM (4 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- 5b84a321
- Parents:
- ba897d21 (diff), bb7c77d (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
-
tests/io/io-acquire.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/io/io-acquire.cfa
rba897d21 r2e9b59b 10 10 // Created On : Mon Mar 1 18:40:09 2021 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jan 14 09:13:18202213 // Update Count : 7 412 // Last Modified On : Sat Apr 9 15:22:03 2022 13 // Update Count : 76 14 14 // 15 15 … … 17 17 #include <thread.hfa> 18 18 #include <mutex_stmt.hfa> 19 20 Duration default_preemption() { return 0; }21 19 22 20 thread T {};
Note:
See TracChangeset
for help on using the changeset viewer.