On 5/17/07, Dan Muresan <[EMAIL PROTECTED]> wrote:
Hi all,

is it safe to call (from Chicken) a C function that spawns off a pthread
before returning? Are there any restrictions on what that thread can do,
e.g. w.r.t. malloc() ?

No, normally there shouldn't be any problems, as long as the thread
doesn't invoke Chicken code (either compiled or from the runtime).


cheers,
felix


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to