X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcthread.h;h=3a4036f6459ee1c5a3d8a0742fe6fd3f8bf80ab1;hp=c6429a9b63740c39791d0b5f29a17c0f41718664;hb=196824372226561334cd638d6471267cbffb354c;hpb=b7339a06000ae918f43b1b6064a17d064c6d9b87 diff --git a/lib/silcutil/silcthread.h b/lib/silcutil/silcthread.h index c6429a9b..3a4036f6 100644 --- a/lib/silcutil/silcthread.h +++ b/lib/silcutil/silcthread.h @@ -92,6 +92,10 @@ typedef void *(*SilcThreadStart)(void *context); * If the `waitable' is TRUE then another thread must always issue * silc_thread_wait to avoid memory leaks. * + * On Symbian Cleanup Stack is created and new Active Scheduler is + * installed automatically for the created thread. The thread also + * shares heap with the calling thread. + * ***/ SilcThread silc_thread_create(SilcThreadStart start_func, void *context, SilcBool waitable);