Changeset 83512f21 in mainline for kernel/generic/src/synch/waitq.c
- Timestamp:
- 2008-05-12T19:04:13Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e1f51712
- Parents:
- ace9358
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/synch/waitq.c
race9358 r83512f21 407 407 * 408 408 * @param wq Pointer to wait queue. 409 * @param mode If mode is WAKEUP_FIRST, then the longest waiting i409 * @param mode If mode is WAKEUP_FIRST, then the longest waiting 410 410 * thread, if any, is woken up. If mode is WAKEUP_ALL, then 411 411 * all waiting threads, if any, are woken up. If there are
Note:
See TracChangeset
for help on using the changeset viewer.