Changeset d4afaac for src/tests/concurrent/signal
- Timestamp:
- May 30, 2018, 1:34:51 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:
- cb7caf8
- Parents:
- 3530f39a (diff), 6c7099a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- src/tests/concurrent/signal
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/concurrent/signal/block.c
r3530f39a rd4afaac 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
r3530f39a rd4afaac 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.