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:
authorMiguel de Icaza <miguel@gnome.org>2002-10-08 20:33:47 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-10-08 20:33:47 +0400
commit6424b4cc6470814d005caf5fd39cbcca8d772bfb (patch)
treebf427cfad1b57834670f9110d160d73ee74e28fa /docs/embedded-api
parentf02271213d53dd1027a6167b334fe6a50ae292d6 (diff)
Update embedded api
svn path=/trunk/mono/; revision=8068
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