commit | 470b7394e60f0209e2a08e79617cfead0ef25ed2 | [log] [tgz] |
---|---|---|
author | Jianxun Zhang <jianxun.zhang@linux.intel.com> | Fri Apr 28 14:02:09 2017 -0700 |
committer | John Kacur <jkacur@redhat.com> | Thu May 04 14:31:27 2017 +0200 |
tree | 9bb3af669f8ada49e282ec1ed22f5a2a815d8dcd | |
parent | 193ed3d12ebe20817ac19a53a8f87c992283dda1 [diff] |
cyclictest: cannot stop running with '-M' option Most of time having '-M' option causes cyclictest won't exit after a duration ('-D') expires, like this quick command on my machines: sudo cyclictest -S -M -D2 -d0 This is because the main thread is blocked on waiting for the next update of MAX, but the timer thread doesn't signal the main thread before it quits. Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: John Kacur <jkacur@redhat.com>