Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRodrigo Kumpera <kumpera@users.noreply.github.com>2018-02-22 02:48:38 +0300
committerGitHub <noreply@github.com>2018-02-22 02:48:38 +0300
commitdf273181b528e171a9a505a7f841d0f43c28a08e (patch)
tree9874d8bfee51d981d67670dd814b8934c1d2699a /man
parent03b6095e3ebeb42ae96634255a3fadf4ad8c1147 (diff)
parentf4d3da6d4ace50292fe224cdfc04b763adbb6634 (diff)
Merge pull request #6018 from kumpera/fix_10087
Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087
Diffstat (limited to 'man')
-rw-r--r--man/mono.16
1 files changed, 4 insertions, 2 deletions
diff --git a/man/mono.1 b/man/mono.1
index 9ac128167c7..0cab3f81a01 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -992,7 +992,7 @@ If set, the log mask is changed to the set value. Possible values are
"io-selector" (async socket operations), "io-layer" (I/O layer - processes, files,
sockets, events, semaphores, mutexes and handles), "io-layer-process",
"io-layer-file", "io-layer-socket", "io-layer-event", "io-layer-semaphore",
-"io-layer-mutex", "io-layer-handle" and "all".
+"io-layer-mutex", "io-layer-handle", "exec" (execution related behavior) and "all".
The default value is "all". Changing the mask value allows you to display only
messages for a certain component. You can use multiple masks by comma
separating them. For example to see config file messages and assembly loader
@@ -1797,7 +1797,9 @@ Controls the domain of the Mono runtime that logging will apply to.
If set, the log mask is changed to the set value. Possible values are
"asm" (assembly loader), "type", "dll" (native library loader), "gc"
(garbage collector), "cfg" (config file loader), "aot" (precompiler),
-"security" (e.g. Moonlight CoreCLR support) and "all".
+"security" (e.g. Moonlight CoreCLR support), "threadpool" (thread pool generic),
+"io-threadpool" (thread pool I/O), "io-layer" (I/O layer - sockets, handles, shared memory etc),
+"exec" (execution related behavior) and "all".
The default value is "all". Changing the mask value allows you to display only
messages for a certain component. You can use multiple masks by comma
separating them. For example to see config file messages and assembly loader