From 6424b4cc6470814d005caf5fd39cbcca8d772bfb Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 8 Oct 2002 16:33:47 +0000 Subject: Update embedded api svn path=/trunk/mono/; revision=8068 --- docs/embedded-api | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/embedded-api') 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 file. + * Exposing C code to the CIL universe The Mono runtime provides two mechanisms to expose C code to -- cgit v1.2.3