Changeset 7f0837c in mainline for generic/src/synch/waitq.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/waitq.c

    r24f3874 r7f0837c  
    161161 * @param nonblocking Blocking vs. non-blocking operation mode switch.
    162162 *
    163  * If usec is greater than zero, regardless of the value of nonblocking,
     163 * If @usec is greater than zero, regardless of the value of @nonblocking,
    164164 * the call will not return until either timeout or wakeup comes.
    165165 *
    166  * If usec is zero and nonblocking is zero (false), the call
     166 * If @usec is zero and @nonblocking is zero (false), the call
    167167 * will not return until wakeup comes.
    168168 *
    169  * If usec is zero and nonblocking is non-zero (true), the call will
     169 * If @usec is zero and @nonblocking is non-zero (true), the call will
    170170 * immediately return, reporting either success or failure.
    171171 *
Note: See TracChangeset for help on using the changeset viewer.