acrn-hypervisor/devicemodel/core
Yin Fengwei 19b35f9730 acrn-dm: wait for monitor thread canceling finish
When thread_cancel() is called to exit pthread, we can't know
when the thread exit done unless pthread_join() is used to
wait for thread exit.

Tracked-On: #1868
Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-11-22 12:52:12 +08:00
..
console.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
gc.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
hugetlb.c DM: Fix potential buffer overflow and uninitialized variable 2018-07-12 17:32:20 +08:00
inout.c dm: fix the issue when guest tries to disable memory range access 2018-10-08 12:57:00 +08:00
main.c dm: Fix race between ioreq client destroy and access 2018-11-20 13:26:33 +08:00
mem.c dm: fix the issue when guest tries to disable memory range access 2018-10-08 12:57:00 +08:00
mevent.c dm: mevent: add edge triggered events. 2018-10-11 19:06:01 +08:00
monitor.c acrn-dm: wait for monitor thread canceling finish 2018-11-22 12:52:12 +08:00
mptbl.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
pm.c DM: register pm ops to monitor 2018-08-02 13:14:03 +08:00
post.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
smbiostbl.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
sw_load_bzimage.c DM: set cs_limit from DM side for UOS 2018-11-01 13:11:40 +08:00
sw_load_common.c dm: add elf loader to dm 2018-10-17 14:32:33 +08:00
sw_load_elf.c DM: set cs_limit from DM side for UOS 2018-11-01 13:11:40 +08:00
sw_load_vsbl.c DM: set cs_limit from DM side for UOS 2018-11-01 13:11:40 +08:00
timer.c DM: add acrn_timer api for timer emulation 2018-10-17 14:31:09 +08:00
vmmapi.c HV: clear memory region used by UOS before it exit 2018-11-16 09:13:34 +08:00
vrpmb.c DM: generate random virtual RPMB key 2018-10-29 11:07:45 +08:00