Revision 78bcb11d2bb1a69c4dca5dcb5ebcfb8f2d71974f authored by Jason Self on 19 February 2016, 22:23:05 UTC, committed by Jason Self on 19 February 2016, 22:23:05 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