Mutex test program.

Submitted by: Daniel Eischen <eischen@vigrid.com>
This commit is contained in:
John Birrell 1999-05-09 07:55:24 +00:00
parent 33859c8093
commit 608fa2c9e7
2 changed files with 1556 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# $Id:$
PROG= mutex
SRCS= mutex.c
NOMAN= 1
LDFLAGS= -pthread
.include <bsd.prog.mk>

File diff suppressed because it is too large Load diff