5 ms·
They're used heavily in Linux device drivers, amongst other things - here's just one example: https://github.com/torvalds/linux/blob/master/drivers/video/fbdev
by pwaring 12y ago
They're used heavily in Linux device drivers, amongst other things - here's just one example:
https://github.com/torvalds/linux/blob/master/drivers/video/fbdev/vfb.c#L126 https://github.com/torvalds/linux/blob/master/drivers/video/...