Ignore:
Timestamp:
Oct 31, 2017, 11:17:46 AM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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, resolv-new, with_gc
Children:
0dc954b, 4cedd9f
Parents:
5434d04
Message:

Updated concurrency tests with bounded rand48

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/sched-int-wait.c

    r5434d04 re1e8408  
    6262
    6363        while( waiter_left != 0 ) {
    64                 unsigned action = (unsigned)rand48() % 4;
     64                unsigned action = rand48(4);
    6565                switch( action ) {
    6666                        case 0:
Note: See TracChangeset for help on using the changeset viewer.