[threadpool] Split domain and worker management (#4117)
[mono.git] / mono / metadata / Makefile.am
index bc369533a3f86bdc79f4d09e1c21cce51c292667..92b99cd28bcef469592a7e8c8c4ff21c1caae7cb 100644 (file)
@@ -2,6 +2,7 @@ if HOST_WIN32
 win32_sources = \
        console-win32.c \
        console-win32-internals.h \
+       cominterop-win32-internals.h \
        file-io-windows.c \
        file-io-windows-internals.h \
        icall-windows.c \
@@ -118,6 +119,7 @@ null_gc_sources = \
 
 common_sources = \
        $(platform_sources)     \
+       appdomain-icalls.h      \
        assembly.c              \
        assembly-internals.h    \
        attach.h                \
@@ -228,10 +230,12 @@ common_sources = \
        tabledefs.h             \
        threads.c               \
        threads-types.h         \
-       threadpool-ms.c \
-       threadpool-ms.h \
-       threadpool-ms-io.c      \
-       threadpool-ms-io.h      \
+       threadpool.c    \
+       threadpool.h    \
+       threadpool-worker-default.c     \
+       threadpool-worker.h     \
+       threadpool-io.c \
+       threadpool-io.h \
        verify.c                \
        verify-internals.h      \
        wrapper-types.h \
@@ -340,4 +344,4 @@ libmonoruntimeinclude_HEADERS = \
        verify.h                
 
 EXTRA_DIST = $(win32_sources) $(unix_sources) $(null_sources) runtime.h \
-               threadpool-ms-io-poll.c threadpool-ms-io-epoll.c threadpool-ms-io-kqueue.c sgen-dynarray.h
+               threadpool-io-poll.c threadpool-io-epoll.c threadpool-io-kqueue.c sgen-dynarray.h