NetBSD/tests/rump/kernspace
ad 0eaaa024ea Move proc_lock into the data segment. It was dynamically allocated because
at the time we had mutex_obj_alloc() but not __cacheline_aligned.
2020-05-23 23:42:41 +00:00
..
Makefile
alloc.c
busypage.c Tweak the March 14th change to make page waits interlocked by pg->interlock. 2020-03-17 18:31:38 +00:00
kernspace.h Add a test case that exercises repeated sceduling and cancelling of a job, 2018-12-28 19:54:36 +00:00
lockme.c
sendsig.c Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
thread.c
threadpool.c Fix a silly bug the "cancel thrash" test: the exit condition for the 2019-01-04 05:35:24 +00:00
tsleep.c
workqueue.c