ADT
        arm-eh
        ast-experimental
        enum
        forall-pointer-decay
        jacob/cs343-translation
        new-ast-unique-expr
        pthread-emulation
        qualifiedEnum
      
      
        
          | 
            Last change
 on this file since 467c8b7 was             e235429, checked in by Thierry Delisle <tdelisle@…>, 5 years ago           | 
        
        
          | 
             
Removed last parker/unparker information is it was not particularly useful 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            200 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | #include <thread.hfa>
 | 
|---|
| 2 | 
 | 
|---|
| 3 | thread Parker {};
 | 
|---|
| 4 | void main( Parker & ) {
 | 
|---|
| 5 |         park();
 | 
|---|
| 6 | }
 | 
|---|
| 7 | 
 | 
|---|
| 8 | int main() {
 | 
|---|
| 9 |         for(1000) {
 | 
|---|
| 10 |                 Parker parker;
 | 
|---|
| 11 |                 unpark( parker );
 | 
|---|
| 12 |         }
 | 
|---|
| 13 |         printf( "done\n" );                                                                     // non-empty .expect file
 | 
|---|
| 14 | }
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.