acrn-hypervisor/hypervisor/include/common
Shuo A Liu 9927b021c5 hv: sched: simple event implemention
This simple event implemention can only support exclusive waiting
at same time. It mainly used by thread who want to wait for special event
happens.
  Thread A who want to wait for some events calls
	wait_event(struct sched_event *);

  Thread B who can give the event signal calls
	signal_event(struct sched_event *);

Tracked-On: #4329
Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2020-01-23 13:37:53 +08:00
..
event.h hv: sched: simple event implemention 2020-01-23 13:37:53 +08:00
hypercall.h hv:remove some unnecessary includes 2019-10-15 14:40:39 +08:00
ptdev.h hv:move down the structure intr_source 2019-09-16 14:51:36 +08:00
schedule.h HV: Remove INIT signal notification related code 2019-12-16 16:54:30 +08:00
softirq.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00