Where's the other thread currently at?
- From: Hannes <hannes.news@xxxxxxxxxxxxx>
- Date: Mon, 2 May 2005 12:06:05 -0700
>From one thread within my driver, I would like to find out where my other
thread is currently executing. In particular, I would like to get these three
CPU registers from the other thread's context:
ip
esp
ebp
The only way I can think of is for my current thread to signal to the other
thread to store these in some global storage. Then my current thread needs to
poll these locations to see when they are filled in. This does, however, seem
overly complicated.
Is it perhaps possible to query the scheduler for these things?
Can I access the other thread's context directly?
/ Hannes.
.
- Follow-Ups:
- Re: Where's the other thread currently at?
- From: Eliyas Yakub [MSFT]
- Re: Where's the other thread currently at?
- Prev by Date: Re: question for streaming minidriver
- Next by Date: Re: New to DDK. Basic questions
- Previous by thread: Questions about NDIS miniport driver - E100bex
- Next by thread: Re: Where's the other thread currently at?
- Index(es):
Relevant Pages
|