chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] pthread interaction


From: felix winkelmann
Subject: Re: [Chicken-users] pthread interaction
Date: Sat, 19 May 2007 23:55:30 +0200

On 5/17/07, Dan Muresan <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]