Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CSEP551
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Krishna Vinnakota
CSEP551
f552738889f56586728d1b5d2a63cde0cf124929
CSEP551
spinlock.h
Find file
Normal view
History
Permalink
spinlock.h
77 B
Newer
Older
cvs add spinlock.h
rtm
committed
18 years ago
1
struct
spinlock
{
open()
rtm
committed
18 years ago
2
char
*
name
;
add uint and standardize on typedefs instead of unsigned
rsc
committed
18 years ago
3
uint
locked
;
add ide_lock for sleep
rsc
committed
18 years ago
4
int
cpu
;
interrupts could be recursive since lapic_eoi() called before rti
rtm
committed
18 years ago
5
uint
pcs
[
10
];
cvs add spinlock.h
rtm
committed
18 years ago
6
};