Rev 1502 | Rev 1586 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1502 | Rev 1583 | ||
---|---|---|---|
Line 301... | Line 301... | ||
301 | futex_t *futex; |
301 | futex_t *futex; |
302 | 302 | ||
303 | futex = hash_table_get_instance(item, futex_t, ht_link); |
303 | futex = hash_table_get_instance(item, futex_t, ht_link); |
304 | free(futex); |
304 | free(futex); |
305 | } |
305 | } |
- | 306 | ||
- | 307 | /** Remove references from futexes known to the current task. */ |
|
- | 308 | void futex_cleanup(void) |
|
- | 309 | { |
|
- | 310 | } |