Revision b4fd2c5dc5f06954eddeba5897ca643e34216159 authored by Jason Self on 13 May 2015, 12:15:58 UTC, committed by Jason Self on 13 May 2015, 12:15:58 UTC
0 parent
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