Revision 24204ad7400939648eb84b142fc8c1d8198ce12f authored by Jason Self on 02 February 2009, 17:10:57 UTC, committed by Jason Self on 02 February 2009, 17:10:57 UTC
0 parent
Raw File
locking-selftest-rlock.h
#undef LOCK
#define LOCK		RL

#undef UNLOCK
#define UNLOCK		RU

#undef RLOCK
#define RLOCK		RL

#undef WLOCK
#define WLOCK		WL

#undef INIT
#define INIT		RWI
back to top