Changeset 4fded58 in mainline for generic/include/synch/futex.h


Ignore:
Timestamp:
2006-05-31T12:33:30Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
76d7305
Parents:
3de6dd7a
Message:

Reference counting for futexes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/synch/futex.h

    r3de6dd7a r4fded58  
    4141        waitq_t wq;             /**< Wait queue for threads waiting for futex availability. */
    4242        link_t ht_link;         /**< Futex hash table link. */
     43        count_t refcount;       /**< Number of tasks that reference this futex. */
    4344};
    4445
Note: See TracChangeset for help on using the changeset viewer.