Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
df7f8babc2c13f7adf53ff8e17580ae47c0e07bf
/
.
/
ap
/
os
/
linux
/
linux-3.4.x
/
lib
/
locking-selftest-wlock.h
blob: 0815322d99ed92ca38fef90f930af4054e24199b [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
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