Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 May : how to test whether a thread is running or not (frozen)

www.cryer.info
Managed Newsgroup Archive

how to test whether a thread is running or not (frozen)

Subject:how to test whether a thread is running or not (frozen)
Posted by:"ahmoy law" (ahmoy_l..@yahoo.com)
Date:11 May 2006 03:49:54 -0700

hi there,

my current idea on how to test for this condition is to get
stack pointer (dunno whether this term is a correct word) for
each available threads inside a process, and keep on monitoring it in a given time and see if there is modification to the stack pointer.  but then i dunno how to get the stack pointer for each thread.

thanks in advance,
ahmoy

Glossary

Replies:

www.cryer.info
Managed Newsgroup Archive