Ignore:
Timestamp:
Apr 23, 2018, 10:08:51 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, with_gc
Children:
de6319f
Parents:
e6d39fe (diff), c8ad5d9 (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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/concurrent/examples/boundedBufferEXT.c

    re6d39fe r22bdc34  
    88// Created On       : Wed Apr 18 22:52:12 2018
    99// Last Modified By : Peter A. Buhr
    10 // Last Modified On : Wed Apr 18 22:56:17 2018
    11 // Update Count     : 2
     10// Last Modified On : Fri Apr 20 22:25:14 2018
     11// Update Count     : 6
    1212//
    1313
     
    2020//Duration default_preemption() { return 0; }
    2121
    22 enum { BufferSize = 5 };
     22enum { BufferSize = 50 };
    2323
    2424forall( otype T )
     
    3333forall( otype T )
    3434int query( Buffer(T) & buffer ) { return buffer.count; }
     35
     36forall( otype T )                                                                               // forward
     37T remove( Buffer(T) & mutex buffer );
    3538
    3639forall( otype T )
Note: See TracChangeset for help on using the changeset viewer.