]> sourceware.org Git - systemtap.git/commit
staprun: conditionalize use of pthread_mutex*
authorFrank Ch. Eigler <fche@redhat.com>
Mon, 23 Apr 2012 20:27:00 +0000 (16:27 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 23 Apr 2012 20:31:50 +0000 (16:31 -0400)
commit83ae46ddf1f31e349cb7ee8724218f835310462c
treec76424cc2359be0fec257ad399ab62b0faf5061e
parentf861d05e588b232c72f9f27055f6f466dac47194
staprun: conditionalize use of pthread_mutex*

staprun is compiled single-threaded, but recent improvements to
util.cxx made it implicitly pthreads-dependent.  Conditionalize
pthread_* calls with #ifndef SINGLE_THREADED throughout.

Reported-By: "Turgis, Frederic" <f-turgis@ti.com>
util.cxx
This page took 0.025461 seconds and 5 git commands to generate.