Subversion Repositories HelenOS-historic

Rev

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

Rev 391 Rev 411
Line 50... Line 50...
50
 */
50
 */
51
void clock(void)
51
void clock(void)
52
{
52
{
53
    link_t *l;
53
    link_t *l;
54
    timeout_t *h;
54
    timeout_t *h;
55
    timeout_handler f;
55
    timeout_handler_t f;
56
    void *arg;
56
    void *arg;
57
 
57
 
58
    /*
58
    /*
59
     * To avoid lock ordering problems,
59
     * To avoid lock ordering problems,
60
     * run all expired timeouts as you visit them.
60
     * run all expired timeouts as you visit them.