aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/wait.h
Commit message (Collapse)AuthorAgeFilesLines
* waitqueue: Hold a reference to a domain on a waitqueue.Keir Fraser2011-11-251-1/+2
| | | | | | Also allow waitqueues to be dynamically destroyed. Signed-off-by: Keir Fraser <keir@xen.org>
* waitqueue: Implement wake_up_{nr,one,all}.Keir Fraser2011-11-251-2/+4
| | | | Signed-off-by: Keir Fraser <keir@xen.org>
* waitqueue: Add license info to source file.Keir Fraser2010-11-181-0/+2
| | | | Signed-off-by: Keir Fraser <keir@xen.org>
* Wait queues, allowing conditional sleep in hypervisor context.Keir Fraser2010-11-171-0/+54
Signed-off-by: Keir Fraser <keir@xen.org>