Fix: urcu-bp: re-initialize list head on library exit
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 18 May 2016 18:50:01 +0000 (14:50 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 18 May 2016 18:52:13 +0000 (14:52 -0400)
commitf4d5fce7d699049e8f1c2cf8c4a56af02b78460a
tree21d898d8371f785f2c15957248c4ff08c6fa901a
parentcf1f48298dfd444c4157425d4246c685691e2bc4
Fix: urcu-bp: re-initialize list head on library exit

In case an application would try to create threads after the urcu-bp
library destructor has run, make sure the arena chunk list is
re-initialized after the memory mappings are unmapped.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu-bp.c
This page took 0.025796 seconds and 4 git commands to generate.