Changeset 7f1c620 in mainline for generic/src/synch/semaphore.c
- Timestamp:
- 2006-07-04T17:17:56Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0ffa3ef5
- Parents:
- 991779c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/synch/semaphore.c
r991779c5 r7f1c620 79 79 * @return See comment for waitq_sleep_timeout(). 80 80 */ 81 int _semaphore_down_timeout(semaphore_t *s, __u32usec, int flags)81 int _semaphore_down_timeout(semaphore_t *s, uint32_t usec, int flags) 82 82 { 83 83 return waitq_sleep_timeout(&s->wq, usec, flags);
Note:
See TracChangeset
for help on using the changeset viewer.