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-mutex.h
#undef LOCK
#define LOCK		ML

#undef UNLOCK
#define UNLOCK		MU

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		MI
back to top