summaryrefslogtreecommitdiff
path: root/tools/lib/lockdep/tests/ABCDBDDA.c
blob: 680c6cf3e919c9eb059bdab8c49e540fdfc862c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <liblockdep/mutex.h>
#include "common.h"

void main(void)
{
	pthread_mutex_t a, b, c, d;

	pthread_mutex_init(&a, NULL);
	pthread_mutex_init(&b, NULL);
	pthread_mutex_init(&c, NULL);
	pthread_mutex_init(&d, NULL);

	LOCK_UNLOCK_2(a, b);
	LOCK_UNLOCK_2(c, d);
	LOCK_UNLOCK_2(b, d);
	LOCK_UNLOCK_2(d, a);
}
ght'>2017-02-06 14:37:55 -0800 committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-06 14:37:55 -0800 commit72df5eba704252e54b5b19395cb938f8bb55cab8 (patch) tree9b9dd6aa0cd3b6cda738de32dd05075e6e66bab1 /drivers/usb/wusbcore/dev-sysfs.c parent396bf4cd835e62d70fad4a03a8963e61f19021f2 (diff)parentf9f96fc10c09ca16e336854c08bc1563eed97985 (diff)
Merge tag 'media/v4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Pull media fixes from Mauro Carvalho Chehab: "A few documentation fixes at CEC (with got promoted from staging for 4.10), and one fix on its core." * tag 'media/v4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: [media] cec: fix wrong last_la determination [media] cec-intro.rst: mention the v4l-utils package and CEC utilities [media] cec rst: remove "This API is not yet finalized" notice
Diffstat (limited to 'drivers/usb/wusbcore/dev-sysfs.c')