Fukurō
A highly portable microkernel
Loading...
Searching...
No Matches
spinlock.h
Go to the documentation of this file.
1
#ifndef FUKURO_SPINLOCK_H
2
# define FUKURO_SPINLOCK_H 1
3
4
struct
spinlock
5
{
6
int
lock
;
7
};
8
9
#endif
/* FUKURO_SPINLOCK_H */
spinlock
Definition
spinlock.h:5
spinlock::lock
int lock
Definition
spinlock.h:6
sys
include
fukuro
spinlock.h
Generated by
1.9.8
DevSE webring:
previous
next