Return to workqueue.c CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / lib |
version 1.1.1.1, 2012/02/21 17:26:12 | version 1.1.1.2, 2012/10/09 09:22:28 |
---|---|
Line 103 work_queue_free (struct work_queue *wq) | Line 103 work_queue_free (struct work_queue *wq) |
return; | return; |
} | } |
static inline int | static int |
work_queue_schedule (struct work_queue *wq, unsigned int delay) | work_queue_schedule (struct work_queue *wq, unsigned int delay) |
{ | { |
/* if appropriate, schedule work queue thread */ | /* if appropriate, schedule work queue thread */ |