Fix: perform TLS fixup of nest count outside of UST mutex
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 13 Jun 2012 08:46:44 +0000 (04:46 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 13 Jun 2012 08:46:44 +0000 (04:46 -0400)
commita903623f391894ed136effbed7ae744fe9d66820
tree0d8f3b7585f5b6a38077690dfeea8e02e234d6a1
parente8508a495280a1396a0319a157409a7ea61ffc5a
Fix: perform TLS fixup of nest count outside of UST mutex

Could otherwise lead to a deadlock between the dynamic linker, TLS
fixup, and the UST mutex due to reversed lock acquisition order.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-ust-comm.c
This page took 0.024571 seconds and 4 git commands to generate.