[threadpool] Split domain and worker management (#4117)
[mono.git] / mono / metadata / Makefile.am
index 86de9a7c062be7606101de9ebc503ad54b309efe..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 \
@@ -10,11 +11,11 @@ win32_sources = \
        marshal-windows-internals.h \
        mono-security-windows.c \
        mono-security-windows-internals.h \
-       process-windows.c \
-       process-windows-internals.h \
        w32mutex-win32.c \
        w32semaphore-win32.c \
        w32event-win32.c \
+       w32process-win32.c \
+       w32process-win32-internals.h \
        socket-io-windows.c
 
 platform_sources = $(win32_sources)
@@ -41,7 +42,13 @@ unix_sources = \
        console-unix.c \
        w32mutex-unix.c \
        w32semaphore-unix.c \
-       w32event-unix.c
+       w32event-unix.c \
+       w32process-unix.c \
+       w32process-unix-internals.h \
+       w32process-unix-osx.c \
+       w32process-unix-bsd.c \
+       w32process-unix-haiku.c \
+       w32process-unix-default.c
 
 platform_sources = $(unix_sources)
 endif
@@ -112,6 +119,7 @@ null_gc_sources = \
 
 common_sources = \
        $(platform_sources)     \
+       appdomain-icalls.h      \
        assembly.c              \
        assembly-internals.h    \
        attach.h                \
@@ -119,6 +127,8 @@ common_sources = \
        cil-coff.h              \
        class.c                 \
        class-internals.h       \
+       class-inlines.h         \
+       class-accessors.c       \
        cominterop.c            \
        cominterop.h            \
        console-io.h            \
@@ -193,11 +203,13 @@ common_sources = \
        number-ms.h             \
        object-internals.h      \
        opcodes.c               \
+       property-bag.h  \
+       property-bag.c  \
        socket-io.c             \
        socket-io.h             \
-       process.c               \
-       process.h               \
-       process-internals.h \
+       w32process.c            \
+       w32process.h            \
+       w32process-internals.h          \
        profiler.c              \
        profiler-private.h      \
        rand.h                  \
@@ -218,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 \
@@ -330,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