Revision 49553c2ef88749dd502687f4eb9c258bb10a4f44 authored by Linus Torvalds on 12 September 2010, 23:07:37 UTC, committed by Linus Torvalds on 12 September 2010, 23:07:37 UTC
1 parent 39d7093
Raw File
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