| 281 | } |
| 282 | |
| 283 | int init_timerlist_lock( unsigned int set, enum lists timerlist_id) |
| 284 | { |
| 285 | get_timertable()[set].timers[timerlist_id].mutex= |
| 286 | &(timer_group_lock[ set*TG_NR + timer_group[timerlist_id] ]); |
| 287 | return 0; |
| 288 | } |
no test coverage detected