Changeset 496f92ed
- Timestamp:
 - Mar 2, 2022, 4:28:18 PM (4 years ago)
 - Branches:
 - ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
 - Children:
 - b0d0285
 - Parents:
 - 9f5a71eb
 - Location:
 - tests/io
 - Files:
 - 
      
- 1 added
 - 1 edited
 
- 
          
  .expect/away_fair.txt (added)
 - 
          
  away_fair.cfa (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
tests/io/away_fair.cfa
r9f5a71eb r496f92ed 55 55 thread Submitter {}; 56 56 void ^?{}(Submitter &mutex ) {} 57 void main(Submitter &) {57 void main(Submitter & this) { 58 58 for(TIMES) { 59 59 #if CFA_HAVE_LINUX_IO_URING_H … … 68 68 #endif 69 69 70 yield( );70 yield( prng( this, 15 ) ); 71 71 72 72 #if CFA_HAVE_LINUX_IO_URING_H  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.