Subversion Repositories HelenOS

Rev

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

Rev 2275 Rev 2745
Line 135... Line 135...
135
    link_t *l;
135
    link_t *l;
136
    timeout_t *h;
136
    timeout_t *h;
137
    timeout_handler_t f;
137
    timeout_handler_t f;
138
    void *arg;
138
    void *arg;
139
    count_t missed_clock_ticks = CPU->missed_clock_ticks;
139
    count_t missed_clock_ticks = CPU->missed_clock_ticks;
140
    int i;
140
    unsigned int i;
141
 
141
 
142
    /*
142
    /*
143
     * To avoid lock ordering problems,
143
     * To avoid lock ordering problems,
144
     * run all expired timeouts as you visit them.
144
     * run all expired timeouts as you visit them.
145
     */
145
     */