I’m making file-system-filter-drivers(FSFD).
I wanna use spin-lock to synchronize access to
structures(Doubly-Linked-List).
I wanna know how to use spin-lock.
Moreover, Let me know rules or restrictions in using spin-lock.
When an how must i use?
You have answered my previous question; you obviously have not read the
AUP of this list or the FAQ. Had you, you would have known that it is
forbidden to cross-post between NTFSD and NTDEV. So, it would be silly
of me to assume you have read the DDK.
Jamey
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of mynam
Sent: Friday, September 19, 2003 9:00 PM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] Spin-Lock
I have a question.
I’m making file-system-filter-drivers(FSFD).
I wanna use spin-lock to synchronize access to
structures(Doubly-Linked-List).
I wanna know how to use spin-lock.
Moreover, Let me know rules or restrictions in using spin-lock.
When an how must i use?