Changeset ff75d34 in mainline for generic/include/synch/futex.h


Ignore:
Timestamp:
2006-03-30T18:38:27Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
296cc1b
Parents:
b6d4566
Message:

Fix comments.

File:
1 edited

Legend:

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

    rb6d4566 rff75d34  
    3838/** Kernel-side futex structure. */
    3939struct futex {
    40         __address paddr;        /** Physical address of the status variable. */
    41         waitq_t wq;             /** Wait queue for threads waiting for futex availability. */
    42         link_t ht_link;         /** Futex hash table link. */
     40        __address paddr;        /**< Physical address of the status variable. */
     41        waitq_t wq;             /**< Wait queue for threads waiting for futex availability. */
     42        link_t ht_link;         /**< Futex hash table link. */
    4343};
    4444
Note: See TracChangeset for help on using the changeset viewer.