Revision 75ce6faccdbbea4465876a759917d4994660c025 authored by Jens Axboe on 15 April 2008, 08:23:35 UTC, committed by Jens Axboe on 15 April 2008, 08:23:35 UTC
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
1 parent d237e5c
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