X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Flttng-ust-comm.c;h=eec049b31fb2a09de4add833adac706e2e4168ce;hb=364979886a80f7c993b3210af48a93f7d65f4530;hp=511b9cf4a88214c0225ff8a7e15a63cbca32145e;hpb=b2c5f61a9cb94a79c35167450666e540b3e0fffe;p=lttng-ust.git diff --git a/liblttng-ust/lttng-ust-comm.c b/liblttng-ust/lttng-ust-comm.c index 511b9cf4..eec049b3 100644 --- a/liblttng-ust/lttng-ust-comm.c +++ b/liblttng-ust/lttng-ust-comm.c @@ -86,7 +86,7 @@ static int initialized; static pthread_mutex_t ust_mutex = PTHREAD_MUTEX_INITIALIZER; /* Allow nesting the ust_mutex within the same thread. */ -static DEFINE_URCU_TLS(int, ust_mutex_nest); +static DEFINE_URCU_TLS_IE(int, ust_mutex_nest); /* * ust_exit_mutex protects thread_active variable wrt thread exit. It