X-Recipient: archive-cygwin@delorie.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 <marco.atzeri@gmail.com>
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@cygwin.com
Subject: Re: pthread help
References: <34152902.post@talk.nabble.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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

