Gitiles
Code Review
Sign In
192.168.1.100
/
R306
/
bc5ac9c77591d8dbe8be0b376957f59f4f9a3b56
/
.
/
ap
/
os
/
linux
/
linux-3.4.x
/
lib
/
locking-selftest-wlock.h
blob: 0815322d99ed92ca38fef90f930af4054e24199b [
file
] [
log
] [
blame
]
yuezonghe
824eb0c
2024-06-27 02:32:26 -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