Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1459 → Rev 1460

/kernel/trunk/generic/include/synch/futex.h
40,6 → 40,7
__address paddr; /**< Physical address of the status variable. */
waitq_t wq; /**< Wait queue for threads waiting for futex availability. */
link_t ht_link; /**< Futex hash table link. */
count_t refcount; /**< Number of tasks that reference this futex. */
};
 
extern void futex_init(void);