RE: Is it possible to get that unique thread id from ETHR-EAD?

  1. There are reader/writer (CREW) locks in the kernel. They are known as
    Executive Resources. Please see ExAcquireResourceSharedLite and family in
    your local DDK documentation.
  2. The Richter code has bugs in at least some editions of Advanced Windows.
  3. PsGetCurrentThreadId().

-----Original Message-----
From: xxxxx@curriculum.com [mailto:xxxxx@curriculum.com]
Sent: Wednesday, March 15, 2000 1:14 PM
To: File Systems Developers
Subject: [ntfsd] Is it possible to get that unique thread id from
ETHREAD?

In Richter’s new advanced windows, thread id is a fundamental part to
implement single writer multiple readers.

I am wondering if I can get the thread id in kernel mode so that I can
adapt his implementation to be used by my kernel filter driver ?

Thanks,

Jack Cheng


You are currently subscribed to ntfsd as: xxxxx@nsisw.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)