Kernel Synchronization

From eLinux.org
Jump to: navigation, search

Synchronization :

Sr.No API Note Example Use Case
1 static inline bool schedule_delayed_work(struct delayed_work *dwork, unsigned long delay) @schedule_delayed_work - put work task in global workqueue after delay @dwork: job to be done @delay: number of jiffies to wait or 0 for immediate execution http://lxr.free-electrons.com/source/arch/powerpc/platforms/cell/cpufreq_spudemand.c#L73 -
2 - - - -
3 - - - -
4 - - - -
5 - - - -