Rev 1229 | Rev 1264 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1229 | Rev 1248 | ||
---|---|---|---|
Line 63... | Line 63... | ||
63 | * @param s Semaphore. |
63 | * @param s Semaphore. |
64 | * @param usec Timeout in microseconds. |
64 | * @param usec Timeout in microseconds. |
65 | * @param trydown Switches between blocking and non-blocking mode. |
65 | * @param trydown Switches between blocking and non-blocking mode. |
66 | * |
66 | * |
67 | * For exact description of possible combinations of |
67 | * For exact description of possible combinations of |
68 | * @usec and @trydown, see comment for waitq_sleep_timeout(). |
68 | * usec and trydown, see comment for waitq_sleep_timeout(). |
69 | * |
69 | * |
70 | * @return See comment for waitq_sleep_timeout(). |
70 | * @return See comment for waitq_sleep_timeout(). |
71 | */ |
71 | */ |
72 | int _semaphore_down_timeout(semaphore_t *s, __u32 usec, int trydown) |
72 | int _semaphore_down_timeout(semaphore_t *s, __u32 usec, int trydown) |
73 | { |
73 | { |