Rev 1460 | Rev 1583 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1460 | Rev 1502 | ||
|---|---|---|---|
| Line 42... | Line 42... | ||
| 42 | link_t ht_link; /**< Futex hash table link. */ |
42 | link_t ht_link; /**< Futex hash table link. */ |
| 43 | count_t refcount; /**< Number of tasks that reference this futex. */ |
43 | count_t refcount; /**< Number of tasks that reference this futex. */ |
| 44 | }; |
44 | }; |
| 45 | 45 | ||
| 46 | extern void futex_init(void); |
46 | extern void futex_init(void); |
| 47 | extern __native sys_futex_sleep_timeout(__address uaddr, __u32 usec, int trydown); |
47 | extern __native sys_futex_sleep_timeout(__address uaddr, __u32 usec, int flags); |
| 48 | extern __native sys_futex_wakeup(__address uaddr); |
48 | extern __native sys_futex_wakeup(__address uaddr); |
| 49 | 49 | ||
| 50 | #endif |
50 | #endif |