Changeset 2fc9664b
- Timestamp:
- Jan 7, 2021, 1:05:33 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- a7aea7d
- Parents:
- 70f8bcd2
- Location:
- tests/concurrent/futures
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/futures/.expect/basic.txt
r70f8bcd2 r2fc9664b 1 start 1 2 done -
tests/concurrent/futures/basic.cfa
r70f8bcd2 r2fc9664b 1 1 #include <thread.hfa> 2 2 3 enum {NFUTURES = 10}; 3 4 … … 83 84 84 85 int main() { 86 printf( "start\n" ); // non-empty .expect file 85 87 processor procs[2]; 86 88 {
Note: See TracChangeset
for help on using the changeset viewer.