Subversion Repositories HelenOS-historic

Rev

Rev 404 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 404 Rev 405
Line 109... Line 109...
109
 *
109
 *
110
 * @param wq Pointer to wait queue.
110
 * @param wq Pointer to wait queue.
111
 * @param usec Timeout in microseconds.
111
 * @param usec Timeout in microseconds.
112
 * @param nonblocking Blocking vs. non-blocking operation mode switch.
112
 * @param nonblocking Blocking vs. non-blocking operation mode switch.
113
 *
113
 *
114
 * If usec is greater than zero, regardless of the value of @nonblocking,
114
 * If usec is greater than zero, regardless of the value of nonblocking,
115
 * the call will not return until either timeout or wakeup comes.
115
 * the call will not return until either timeout or wakeup comes.
116
 *
116
 *
117
 * If usec is zero and nonblocking is zero (false), the call
117
 * If usec is zero and nonblocking is zero (false), the call
118
 * will not return until wakeup comes.
118
 * will not return until wakeup comes.
119
 *
119
 *