os_wait.h File Reference
#include "ace/config-lite.h"
#include "ace/os_include/os_signal.h"
#include "ace/os_include/sys/os_resource.h"
Include dependency graph for os_wait.h:
This graph shows which files directly or indirectly include this file:
Detailed Description
declarations for waiting
- Id
 - os_wait.h,v 1.8 2006/01/12 10:08:45 jwillemsen Exp 
 
- Author:
 - Don Hinton <dhinton@dresystems.com> 
This code was originally in various places including ace/OS.h.
 
Define Documentation
  
    
      
        
          | #define WCOREDUMP           | 
          (  | 
          stat  | 
                     | 
           )  | 
             0 | 
         
       
     | 
  
  
    
      
        
          | #define WEXITSTATUS           | 
          (  | 
          stat  | 
                     | 
           )  | 
             stat | 
         
       
     | 
  
  
    
      
        
          | #define WIFCONTINUED           | 
          (  | 
          stat  | 
                     | 
           )  | 
             0 | 
         
       
     | 
  
  
    
      
        
          | #define WIFEXITED           | 
          (  | 
          stat  | 
                     | 
           )  | 
             1 | 
         
       
     | 
  
  
    
      
        
          | #define WIFSIGNALED           | 
          (  | 
          stat  | 
                     | 
           )  | 
             0 | 
         
       
     | 
  
  
    
      
        
          | #define WIFSTOPPED           | 
          (  | 
          stat  | 
                     | 
           )  | 
             0 | 
         
       
     | 
  
  
    
      
        
          | #define WSTOPSIG           | 
          (  | 
          stat  | 
                     | 
           )  | 
             0 | 
         
       
     | 
  
  
    
      
        
          | #define WTERMSIG           | 
          (  | 
          stat  | 
                     | 
           )  | 
             0 | 
         
       
     | 
  
Generated on Thu Feb 16 03:31:34 2006 for ACE by 
 1.3.9.1