Changeset b3048d4 for src/tests/concurrent/signal/block.c
- Timestamp:
- Jan 2, 2018, 2:19:30 PM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, 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, resolv-new, with_gc
- Children:
- 300d75b
- Parents:
- 8aa474a (diff), 54aba8d (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/concurrent/signal/block.c
r8aa474a rb3048d4 118 118 119 119 int main(int argc, char* argv[]) { 120 random_seed( time( NULL ) );120 srandom( time( NULL ) ); 121 121 done = false; 122 122 processor p;
Note: See TracChangeset
for help on using the changeset viewer.