Subversion Repositories HelenOS-historic

Rev

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

Rev 239 Rev 404
Line 88... Line 88...
88
 * Insert the timeout handler f (with argument arg)
88
 * Insert the timeout handler f (with argument arg)
89
 * to the timeout list and make it execute in
89
 * to the timeout list and make it execute in
90
 * time microseconds (or slightly more).
90
 * time microseconds (or slightly more).
91
 *
91
 *
92
 * @param t    Timeout list.
92
 * @param t    Timeout list.
93
 * @patam time Number of usec in the future to execute
93
 * @param time Number of usec in the future to execute
94
 *             the handler.
94
 *             the handler.
95
 * @param f    Timeout handler function.
95
 * @param f    Timeout handler function.
96
 * @param arg  Timeout handler argument.
96
 * @param arg  Timeout handler argument.
97
 *
97
 *
98
 */
98
 */