- Timestamp:
- Apr 10, 2022, 2:53:18 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- d8e2a09
- Parents:
- 4559b34 (diff), 6256891 (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:
-
- 4 added
- 2 edited
-
.expect/away_fair.txt (added)
-
.expect/comp_fair.txt (added)
-
away_fair.cfa (added)
-
comp_fair.cfa (added)
-
io-acquire.cfa (modified) (2 diffs)
-
many_read.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/io/io-acquire.cfa
r4559b34 r92538ab 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 {}; -
tests/io/many_read.cfa
r4559b34 r92538ab 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // many_read.cfa -- Make sure that multiple concurrent reads tomess up.7 // many_read.cfa -- Make sure that multiple concurrent reads don't mess up. 8 8 // 9 9 // Author : Thierry Delisle
Note:
See TracChangeset
for help on using the changeset viewer.