https://jxself.org/git/linux-libre.git
Revision f51e5feea4a7d579702463186d9148b3388206c4 authored by Jason Self on 14 January 2009, 17:44:44 UTC, committed by Jason Self on 14 January 2009, 17:44:44 UTC
0 parent
Raw File
Tip revision: f51e5feea4a7d579702463186d9148b3388206c4 authored by Jason Self on 14 January 2009, 17:44:44 UTC
Linux-libre 2.6.27.11-gnu1
Tip revision: f51e5fe
locking-selftest-rsem.h
#undef LOCK
#define LOCK		RSL

#undef UNLOCK
#define UNLOCK		RSU

#undef RLOCK
#define RLOCK		RSL

#undef WLOCK
#define WLOCK		WSL

#undef INIT
#define INIT		RWSI
back to top