summaryrefslogtreecommitdiff
path: root/lib/libpthread/arch/alpha/_spinlock.h
blob: 259260c28a04ab3c778358bb4793006650084211 (plain)
1
2
3
4
5
6
/*	$OpenBSD: _spinlock.h,v 1.1 1998/12/21 07:36:59 d Exp $	*/

#define _SPINLOCK_UNLOCKED	(0)
#define _SPINLOCK_LOCKED	(1)
typedef int _spinlock_lock_t;