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

#undef UNLOCK
#define UNLOCK		MU

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		MI
back to top