Hello,

I'm implementing a C function that calls an OCaml function.

If the C function is called by multithreads, the OCaml function works fine ?
Is that all right when the C function uses mutual exclusion locks ? 

Best regards,
Masateru Kawaguchi