#include <named_semaphore.hpp>
 | 
| static bool  | remove (const char *name) | 
|   | 
  
  
      
        
          | boost::interprocess::ipcdetail::windows_named_semaphore::windows_named_semaphore  | 
          ( | 
          create_only_t  | 
          ,  | 
         
        
           | 
           | 
          const char *  | 
          name,  | 
         
        
           | 
           | 
          unsigned int  | 
          initialCount,  | 
         
        
           | 
           | 
          const permissions &  | 
          perm = permissions()  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | boost::interprocess::ipcdetail::windows_named_semaphore::windows_named_semaphore  | 
          ( | 
          open_or_create_t  | 
          ,  | 
         
        
           | 
           | 
          const char *  | 
          name,  | 
         
        
           | 
           | 
          unsigned int  | 
          initialCount,  | 
         
        
           | 
           | 
          const permissions &  | 
          perm = permissions()  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | boost::interprocess::ipcdetail::windows_named_semaphore::windows_named_semaphore  | 
          ( | 
          open_only_t  | 
          ,  | 
         
        
           | 
           | 
          const char *  | 
          name  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | boost::interprocess::ipcdetail::windows_named_semaphore::~windows_named_semaphore  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void boost::interprocess::ipcdetail::windows_named_semaphore::post  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | bool boost::interprocess::ipcdetail::windows_named_semaphore::remove  | 
          ( | 
          const char *  | 
          name | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
  
  
      
        
          | bool boost::interprocess::ipcdetail::windows_named_semaphore::try_wait  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void boost::interprocess::ipcdetail::windows_named_semaphore::wait  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | friend class interprocess_tester | 
         
       
   | 
  
friend   | 
  
 
 
The documentation for this class was generated from the following file: