Home | History | Annotate | Download | only in kernspace
History log of /src/tests/rump/kernspace/threadpool.c
RevisionDateAuthorComments
 1.6  02-Feb-2024  andvar s/shold/should/
 1.5  04-Jan-2019  thorpej branches: 1.5.2;
Fix a silly bug the "cancel thrash" test: the exit condition for the
job was never set, and so if the job actually got started before the
cancellation request came in, it would never finish and the cancellation
request would just hang forever.

Should address a spurious automated test failure reported by kre@.
 1.4  28-Dec-2018  thorpej Add a test case that exercises repeated sceduling and cancelling of a job,
with periodic dropping of the interlock.
 1.3  26-Dec-2018  thorpej - De-opaque'ify struct threadpool_job.
- De-_t'ify all of the structure types.

No functional chage, no ABI change (verified with old rump unit test
before and after new librump.so).

Per Taylor's request.
 1.2  25-Dec-2018  thorpej branches: 1.2.2;
Include some non-critical-but-still-for-correctness lines of code
in the cancellation unit test. (I could have sworn I actually typed
these lines, no really...)
 1.1  24-Dec-2018  thorpej Add rump-based test cases for threadpool(9).
 1.2.2.3  18-Jan-2019  pgoyette Synch with HEAD
 1.2.2.2  26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts
 1.2.2.1  25-Dec-2018  pgoyette file threadpool.c was added on branch pgoyette-compat on 2018-12-26 14:02:10 +0000
 1.5.2.2  10-Jun-2019  christos Sync with HEAD
 1.5.2.1  04-Jan-2019  christos file threadpool.c was added on branch phil-wifi on 2019-06-10 22:10:10 +0000

RSS XML Feed