- Timestamp:
- Apr 19, 2022, 3:00:04 PM (4 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- 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. - Location:
- tests/io
- Files:
-
- 2 added
- 2 edited
-
.expect/comp_fair.txt (added)
-
away_fair.cfa (modified) (2 diffs)
-
comp_fair.cfa (added)
-
io-acquire.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/io/away_fair.cfa
rba897d21 r2e9b59b 20 20 #include <thread.hfa> 21 21 #include <iofwd.hfa> 22 #include <io/types.hfa>23 22 24 23 Duration default_preemption() { … … 51 50 } 52 51 53 // ----- S pinner -----52 // ----- Submitter ----- 54 53 // try to submit io but yield so that it's likely we are moved to the slow path 55 54 thread Submitter {}; -
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.