File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2202,6 +2202,7 @@ pthread_attr_setschedpolicy
22022202pthread_attr_setscope
22032203pthread_attr_setstackaddr
22042204pthread_cancel
2205+ pthread_cond_timedwait_relative_np
22052206pthread_condattr_getpshared
22062207pthread_condattr_setpshared
22072208pthread_cpu_number_np
Original file line number Diff line number Diff line change @@ -5380,6 +5380,11 @@ extern "C" {
53805380    pub  fn  mach_host_self ( )  -> mach_port_t ; 
53815381    #[ deprecated( since = "0.2.55" ,  note = "Use the `mach2` crate instead" ) ]  
53825382    pub  fn  mach_thread_self ( )  -> mach_port_t ; 
5383+     pub  fn  pthread_cond_timedwait_relative_np ( 
5384+         cond :  * mut  pthread_cond_t , 
5385+         lock :  * mut  pthread_mutex_t , 
5386+         timeout :  * const  crate :: timespec , 
5387+     )  -> c_int ; 
53835388    pub  fn  pthread_once ( 
53845389        once_control :  * mut  crate :: pthread_once_t , 
53855390        init_routine :  Option < unsafe  extern  "C"  fn ( ) > , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments