Gitiles
Code Review
Sign In
192.168.1.100
/
7520V3V
/
c1c1f42e3bee034628569ab25c5ff5e647ae59d3
/
.
/
ap
/
os
/
linux
/
linux-3.4.x
/
lib
/
locking-selftest-wlock.h
blob: 0815322d99ed92ca38fef90f930af4054e24199b [
file
] [
log
] [
blame
]
xf.li
bfc6e71
2025-02-07 01:54:34 -0800
[
diff
] [
blame
]
1
#undef
LOCK
2
#define
LOCK WL
3
4
#undef
UNLOCK
5
#define
UNLOCK WU
6
7
#undef
RLOCK
8
#define
RLOCK RL
9
10
#undef
WLOCK
11
#define
WLOCK WL
12
13
#undef
INIT
14
#define
INIT RWI