paparazzi-devel
[Top][All Lists]
Advanced

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

Re: [Paparazzi-devel] Ivy and multithreading


From: Alexandre Bustico
Subject: Re: [Paparazzi-devel] Ivy and multithreading
Date: Tue, 05 Jun 2012 14:05:13 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

Le 05/06/2012 14:00, Henri Pierre a écrit :
Hello

I'm working on writing several commands (void IvySendMsg (const char* format, ...); ) concurrently on a Ivy bus. I wonder if the IvySendMsg function is thread safe. I did not see any synchronization process in the lib.

Does anybody has the confirmation ?

Regards
Henri

ivy-c implementation is not thread safe.

when used in multithread context, you should have one and only one thread which does all the ivy stuff.

Alexandre



reply via email to

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