public inbox for pthreads-win32@sourceware.org
 help / color / mirror / Atom feed
From: pankaj bathwal <pbathwal@yahoo.com>
To: ssundaragopalan@hss.hns.com
Cc: pthreads-win32@sources.redhat.com
Subject: Re: pthread_cancel doesn't work
Date: Sun, 17 Nov 2002 22:26:00 -0000	[thread overview]
Message-ID: <20021118062616.37758.qmail@web41110.mail.yahoo.com> (raw)
In-Reply-To: <65256C73.0059DCB4.00@sampark.hss.hns.com>

Thanks Srikanth

Are there any system define cancellation points like
sleep, pthread_cond_wait, read, write etc
When did thread actually get cancelled???
When a running thread encounter a cancellation point
after pthread_cancel is called???
Or if a thread gets cancel when we are in system a
system define canecllation point??

Thanks again....

Regards
Pankaj

--- ssundaragopalan@hss.hns.com wrote:
> 
> 
> Hi pankaj,
>      In Windows, threads get cancelled only in
> CANCELLATION POINTS.
> So you *cannot* expect your thread to get cancelled
> as soon as you cancel
> the thread
> by calling pthread_cancel. So,unless it comes across
> a cancellation point
> it wont get cancelled.
> 
> I suggest you to do a explicit pthread_testcancel()
> in your thread which is
> a defined cancelleation point
> and the thread will relinquish when it encounters
> this.
> 
> some possible scenarios where a thread might not get
> cancelled are
> > Listening in a socket
> > waiting for a user input from console(getchar())
> 
> regds,
> srikanth
> 
> 
> 
> 
> 
> 
> pankaj bathwal <pbathwal@yahoo.com> on 11/16/2002
> 11:17:31 AM
> 
> To:   pthreads-win32@sources.redhat.com
> cc:    (bcc: Srikanth Sundaragopalan/HSSBLR)
> 
> Subject:  pthread_cancel doesn't work
> 
> 
> 
> 
> Hi,
> I am trying to cancel a running thread.
> I an using "pthread_cancel" function.
> I have set cancel state as PTHREAD_CANCEL_ENABLE
> using
> function "pthread_setcancelstate" but execution of
> my
> thread does not stop.
> what's wrong??
> Do I have to something more??
> Can I have a sample code??
> 
> Thanks
> Pankaj
> 
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Web Hosting - Let the expert host your site
> http://webhosting.yahoo.com
> 
> 
> 
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com

  reply	other threads:[~2002-11-18  6:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-16  8:24 ssundaragopalan
2002-11-17 22:26 ` pankaj bathwal [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-11-16  3:17 pankaj bathwal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021118062616.37758.qmail@web41110.mail.yahoo.com \
    --to=pbathwal@yahoo.com \
    --cc=pthreads-win32@sources.redhat.com \
    --cc=ssundaragopalan@hss.hns.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).