Revision 788992a92e967d824a4ccdf3d20f7a8e6607c698 authored by Alexander Potapenko on 02 January 2018, 12:38:17 UTC, committed by Alexander Potapenko on 28 August 2018, 10:29:12 UTC
1 parent 4a1a427
Raw File
locking-selftest-wsem.h
/* SPDX-License-Identifier: GPL-2.0 */
#undef LOCK
#define LOCK		WSL

#undef UNLOCK
#define UNLOCK		WSU

#undef RLOCK
#define RLOCK		RSL

#undef WLOCK
#define WLOCK		WSL

#undef INIT
#define INIT		RWSI
back to top