Changeset 8638cef
- Timestamp:
- May 29, 2018, 4:15:06 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- ceedde6
- Parents:
- cd3557b
- Location:
- src/tests/concurrent/signal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/concurrent/signal/block.c
rcd3557b r8638cef 40 40 } 41 41 42 void ^?{} ( global_data_t & this ) {}42 void ^?{} ( global_data_t & mutex this ) {} 43 43 44 44 global_data_t globalA, globalB; -
src/tests/concurrent/signal/disjoint.c
rcd3557b r8638cef 26 26 monitor global_data_t; 27 27 void ?{}( global_data_t & this ); 28 void ^?{} ( global_data_t & this );28 void ^?{} ( global_data_t & mutex this ); 29 29 30 30 monitor global_data_t { … … 42 42 } 43 43 44 void ^?{} ( global_data_t & this ) {}44 void ^?{} ( global_data_t & mutex this ) {} 45 45 46 46 //------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.