- File:
-
- 1 edited
-
tests/concurrent/park/contention.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/park/contention.cfa
re235429 r1bcbf02 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.