Changeset 80bcaed in mainline for kernel/generic/include/synch/semaphore.h
- Timestamp:
- 2007-02-03T13:22:24Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f619ec11
- Parents:
- fa8e7d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/semaphore.h
rfa8e7d2 r80bcaed 47 47 _semaphore_down_timeout((s), SYNCH_NO_TIMEOUT, SYNCH_FLAGS_NONE) 48 48 #define semaphore_trydown(s) \ 49 _semaphore_down_timeout((s), SYNCH_NO_TIMEOUT, SYNCH_FLAGS_NON_BLOCKING) 49 _semaphore_down_timeout((s), SYNCH_NO_TIMEOUT, SYNCH_FLAGS_NON_BLOCKING) 50 50 #define semaphore_down_timeout(s, usec) \ 51 51 _semaphore_down_timeout((s), (usec), SYNCH_FLAGS_NONE)
Note:
See TracChangeset
for help on using the changeset viewer.