Query: schedule_delayed_work
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SCHEDULE_DELAYED_WOR(9) Driver Basics SCHEDULE_DELAYED_WOR(9)NAMEschedule_delayed_work - put work task in global workqueue after delaySYNOPSISint schedule_delayed_work(struct delayed_work * dwork, unsigned long delay);ARGUMENTSdwork job to be done delay number of jiffies to wait or 0 for immediate executionDESCRIPTIONAfter waiting for a given time this puts a job in the kernel-global workqueue.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SCHEDULE_DELAYED_WOR(9)
Related Man Pages |
---|
workqueue_create(9) - netbsd |
workqueue_enqueue(9) - netbsd |
delay(9f) - sunos |
delay(9f) - php |
delay(9f) - minix |
Similar Topics in the Unix Linux Community |
---|
Porting Linux and TTY / Shell problems |