blob: a98d35bb38ba372493b6b9fe6633b169ae53a402 (
plain) (
tree)
|
|
/*++
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"
|