Sweden-Number/dlls/mstask
Francois Gouget 2e6ae16469 mstask/tests: Work around race conditions with the task scheduler process.
When a task is created the process scheduler locks and loads it. This
can cause ITaskScheduler_Delete() to fail with a sharing violation if
it is called at the wrong time. Just retry a bit later when that
happens.

This fixes failures mostly in Wine but also in Windows 10 from time
to time in both task and task_scheduler.

Signed-off-by: Francois Gouget <fgouget@icodeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-05-21 08:57:00 +02:00
..
tests mstask/tests: Work around race conditions with the task scheduler process. 2021-05-21 08:57:00 +02:00
Makefile.in
atsvc.idl
factory.c
mstask.spec
mstask_local.idl
mstask_main.c winecrt0: Add a default implementation DllRegisterServer()/DllUnregisterServer(). 2021-04-30 22:59:50 +02:00
mstask_private.h
task.c
task_scheduler.c
task_trigger.c