[PD-cvs] SF.net SVN: pure-data:[13326] trunk/externals/iem/iemnet/tcpclient.c

zmoelnig at users.sourceforge.net zmoelnig at users.sourceforge.net
Thu Apr 1 09:20:19 CEST 2010


Revision: 13326
          http://pure-data.svn.sourceforge.net/pure-data/?rev=13326&view=rev
Author:   zmoelnig
Date:     2010-04-01 07:20:19 +0000 (Thu, 01 Apr 2010)

Log Message:
-----------
made connection thread safe

the connection thread modifies the object's state (and calls clock_delay())
since this is not thread safe, it is now protected by sys_lock()
NOTE1: i remember someone saying that clock_delay() is thread safe
NOTE2: this might still crash if the object is deleted before while the thread is executing

Modified Paths:
--------------
    trunk/externals/iem/iemnet/tcpclient.c


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list