typedef struct _FAST_MUTEX { LONG Count; PKTHREAD Owner; ULONG Contention; KEVENT Gate; ULONG OldIrql; } FAST_MUTEX, *PFAST_MUTEX;
Windows Vista Kernel Structures