mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Mutex test program.
Submitted by: Daniel Eischen <eischen@vigrid.com>
This commit is contained in:
parent
33859c8093
commit
608fa2c9e7
2 changed files with 1556 additions and 0 deletions
8
lib/libc_r/test/mutex/Makefile
Normal file
8
lib/libc_r/test/mutex/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# $Id:$
|
||||
|
||||
PROG= mutex
|
||||
SRCS= mutex.c
|
||||
NOMAN= 1
|
||||
LDFLAGS= -pthread
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
1548
lib/libc_r/test/mutex/mutex.c
Normal file
1548
lib/libc_r/test/mutex/mutex.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue