]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add command-line option --fair-sched=[no|yes|try]. Use --fair-sched=try
authorBart Van Assche <bvanassche@acm.org>
Thu, 8 Dec 2011 16:14:59 +0000 (16:14 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 8 Dec 2011 16:14:59 +0000 (16:14 +0000)
commit908268e4a0e5d47949a6922d4ce6bca53e0679f3
treebb83499cce4fdfa44960a133cbf74fe58ad11cbd
parent12ec9d298a97034cc3e1413a4ac93936cfcb1c98
Add command-line option --fair-sched=[no|yes|try]. Use --fair-sched=try
when running the annotate_hbefore regression test. Closes #270006.

To do: update manual.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12280
15 files changed:
configure.in
coregrind/Makefile.am
coregrind/m_main.c
coregrind/m_options.c
coregrind/m_scheduler/priv_sched-lock-impl.h [new file with mode: 0644]
coregrind/m_scheduler/priv_sched-lock.h [new file with mode: 0644]
coregrind/m_scheduler/sched-lock-generic.c [new file with mode: 0644]
coregrind/m_scheduler/sched-lock.c [new file with mode: 0644]
coregrind/m_scheduler/scheduler.c
coregrind/m_scheduler/ticket-lock-linux.c [new file with mode: 0644]
coregrind/pub_core_options.h
drd/tests/annotate_hbefore.vgtest
helgrind/tests/annotate_hbefore.vgtest
none/tests/cmdline1.stdout.exp
none/tests/cmdline2.stdout.exp