summaryrefslogtreecommitdiffstats
path: root/private/ntos/ex/spintrac.c
blob: a98d35bb38ba372493b6b9fe6633b169ae53a402 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*++

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.

Revision History:

--*/

#include "exp.h"