- Timestamp:
- May 3, 2022, 1:30:47 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- 9cf2b0f
- Parents:
- 160ee4c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/churn.cpp
r160ee4c rdb89655 74 74 } 75 75 76 printf("All Vd\n");77 78 76 for(unsigned i = 0; i < nthreads; i++ ) { 79 77 fibre_join( threads[i], nullptr ); … … 81 79 global_blocks += thddata[i].blocks; 82 80 } 83 84 printf("Fibers Joined\n");85 81 86 82 delete[](spots);
Note: See TracChangeset
for help on using the changeset viewer.