Changeset b67fe85 for tests/concurrent/park
- Timestamp:
 - Aug 30, 2022, 10:16:21 PM (3 years ago)
 - Branches:
 - ADT, ast-experimental, master, pthread-emulation
 - Children:
 - 38a238d, f13906f9
 - Parents:
 - 4858a88
 - File:
 - 
      
- 1 edited
 
- 
          
  tests/concurrent/park/contention.cfa (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
tests/concurrent/park/contention.cfa
r4858a88 rb67fe85 2 2 #include <thread.hfa> 3 3 4 thread_local drand48_data buffer = { 0 };4 _Thread_local drand48_data buffer = { 0 }; 5 5 int myrand() { 6 6 long int result;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.