Windows2000/private/ntos/ex/spintrac.c
2020-09-30 17:12:32 +02:00

17 lines
277 B
C

/*++
Copyright (c) 1989 Microsoft Corporation
Module Name:
spinlock.c
Abstract:
This module implements the executive functions to allocate and free spin locks.
Author:
David N. Cutler (davec) 16-May-1989
Environment:
Kernel mode only.
--*/
#include "exp.h"