Changeset 67a1c67 for tests/concurrent/park
- Timestamp:
- Aug 31, 2022, 2:03:03 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation
- Children:
- 9d67a6d
- Parents:
- 38a238d (diff), 594e1db (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/concurrent/park/contention.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/park/contention.cfa
r38a238d r67a1c67 2 2 #include <thread.hfa> 3 3 4 _ Thread_localdrand48_data buffer = { 0 };4 __thread drand48_data buffer = { 0 }; 5 5 int myrand() { 6 6 long int result;
Note:
See TracChangeset
for help on using the changeset viewer.