commit 2f4c700a11691e8ab31cb43e8ff1b4254822a094
Author: Matthew Dillon <[email protected]>
Date: Wed Jul 27 11:22:56 2016 -0700
test - Add umtx1 code
* Add umtx1 code - fast context switch tests
* Make blib.c thread-safe.
Summary of changes:
test/sysperf/Makefile | 9 ++++-
test/sysperf/blib.c | 6 ++--
test/sysperf/umtx1.c | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 106 insertions(+), 4 deletions(-)
create mode 100644 test/sysperf/umtx1.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2f4c700a11691e8ab31cb43e8ff1b4254822a094
--
DragonFly BSD source repository