1311970Sngie/* $NetBSD: t_timedmutex.c,v 1.2 2016/10/31 16:21:23 christos Exp $ */
2311970Sngie
3311970Sngie/*
4311970Sngie * Copyright (c) 2008 The NetBSD Foundation, Inc.
5311970Sngie * All rights reserved.
6311970Sngie *
7311970Sngie * Redistribution and use in source and binary forms, with or without
8311970Sngie * modification, are permitted provided that the following conditions
9311970Sngie * are met:
10311970Sngie * 1. Redistributions of source code must retain the above copyright
11311970Sngie *    notice, this list of conditions and the following disclaimer.
12311970Sngie * 2. Redistributions in binary form must reproduce the above copyright
13311970Sngie *    notice, this list of conditions and the following disclaimer in the
14311970Sngie *    documentation and/or other materials provided with the distribution.
15311970Sngie *
16311970Sngie * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
17311970Sngie * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
18311970Sngie * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
19311970Sngie * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
20311970Sngie * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21311970Sngie * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22311970Sngie * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23311970Sngie * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24311970Sngie * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25311970Sngie * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26311970Sngie * POSSIBILITY OF SUCH DAMAGE.
27311970Sngie */
28311970Sngie
29311970Sngie#define TIMEDMUTEX
30311970Sngie#include "t_mutex.c"
31