Data Fields | |
| __address | paddr | 
| waitq_t | wq | 
| link_t | ht_link | 
| count_t | refcount | 
Definition at line 45 of file futex.h.
      
  | 
  
| 
 Futex hash table link. Definition at line 48 of file futex.h. Referenced by futex_find(), and futex_initialize().  | 
  
      
  | 
  
| 
 Physical address of the status variable. Definition at line 46 of file futex.h. Referenced by futex_find(), futex_ht_compare(), and futex_initialize().  | 
  
      
  | 
  
| 
 Number of tasks that reference this futex. Definition at line 49 of file futex.h. Referenced by futex_find(), and futex_initialize().  | 
  
      
  | 
  
| 
 Wait queue for threads waiting for futex availability. Definition at line 47 of file futex.h. Referenced by futex_initialize(), sys_futex_sleep_timeout(), and sys_futex_wakeup().  | 
  
 1.4.6