Steven,
On Sun, 2007-01-07 at 15:38 +0100, Steven Scholz wrote:
> strace ./cyclictest -t 1 -p 80 -i 10000 -l 10 -v 2> cyclictest.txt
You need to run "strace -f ...." otherwise you don't get the thread
strace.
> >> Has it to with using TLS?
> > No.
> IIUC TLS is only usefull for SMP systems?
Thread Local Storage is used to store per thread local information. This
is needed as the threads of a process share the same address space. NPTL
needs TLS support.
> > The timer_* functions are in librt.
> Then why does the static linking not work?
Are the static libs available ?
tglx
-
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html