Changeset 7f0837c in mainline for generic/src/synch/rwlock.c


Ignore:
Timestamp:
2006-04-24T12:59:11Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fd8af4b
Parents:
24f3874
Message:

Remove the outdated TODO file.
Improve doxygen comments here and there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/synch/rwlock.c

    r24f3874 r7f0837c  
    9292 *
    9393 * For exact description of possible combinations of
    94  * 'usec' and 'trylock', see comment for waitq_sleep_timeout().
     94 * @usec and @trylock, see comment for waitq_sleep_timeout().
    9595 *
    9696 * @return See comment for waitq_sleep_timeout().
     
    146146 *
    147147 * For exact description of possible combinations of
    148  * 'usec' and 'trylock', see comment for waitq_sleep_timeout().
     148 * @usec and @trylock, see comment for waitq_sleep_timeout().
    149149 *
    150150 * @return See comment for waitq_sleep_timeout().
Note: See TracChangeset for help on using the changeset viewer.