[gambit-list] Reentrant calling into Gambit object code

Adam Langley agl at imperialviolet.org
Sat Oct 8 18:07:49 EDT 2005


On 10/8/05, Marko Cetina <golubarnik at hotmail.com> wrote:
> I'd like to use Gambit-compiled object code from a multithreaded C
> application.
>
> However, I'm unsure if Gambit supports reentrant calling from multithreaded
> C code. Could anybody help me with this?

I don't know this for sure, but having looked at the code I'm pretty
certain that you need to put a mutex around all calls into Gambit
functions.


AGL

--
Adam Langley                                      agl at imperialviolet.org
http://www.imperialviolet.org                       650-283-6941



More information about the Gambit-list mailing list