Create a work that will busy wait.
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Fri, 21 May 2010 11:00:32 +0000 (07:00 -0400)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Fri, 21 May 2010 11:00:32 +0000 (07:00 -0400)
commit271a17e550236d7cfc14385a1b20f692e23de0af
tree99728f8b682d9716afd363e92ade51800bb3826e
parent22ee84b81b928deceb560578b1ff40bbcc7a6a0f
Create a work that will busy wait.

Create a workqueue and queue two works, the first one being a work that busy
waits for a number of seconds, delaying the execution of the second one.
Makefile
block_wq.c [new file with mode: 0644]