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
diff options
context:
space:
mode:
Diffstat (limited to 'docs/embedded-api')
-rw-r--r--docs/embedded-api6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/embedded-api b/docs/embedded-api
index b8fd31d47fc..f943b8ffbf9 100644
--- a/docs/embedded-api
+++ b/docs/embedded-api
@@ -80,6 +80,12 @@
mono_jit_cleanup (domain);
+** Applications that use threads.
+
+ The Boehm GC system needs to catch your calls to the pthreads
+ layer, so in each file where you use pthread.h you should
+ include the <gc/gc.h> file.
+
* Exposing C code to the CIL universe
The Mono runtime provides two mechanisms to expose C code to