X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Message-ID: <4FFF3F39.6050508@gmail.com> Date: Thu, 12 Jul 2012 23:18:49 +0200 From: marco atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: pthread help References: <34152902 DOT post AT talk DOT nabble DOT com> In-Reply-To: <34152902.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 7/12/2012 9:48 PM, emon wrote: > > Need urgent help on thread: the goal here is the separtemask will take each > image and separate different contours and for each contour in the image it > will call handleobject thread. So every for loop will call the handeobject > thread. However, object index variable needs to be passed in each thread. > But only last value of objectndex is passed, this is becuase the speratemask > function loops and repalces the value of obj.objindx and only the last value > of obj.objindx is > passed to all the threads. Is there anyway to pass each objectindex > value in handleobject. The code runs fine if we uncomment the > pthread_join(tid[objectIndex],NULL); but it will not give a parralel program > wrong mailing list ??? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple