X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=src%2Furcu-defer-impl.h;h=b2e1b3cab6c72428c138e45fb800ebdedd0e0a53;hp=f96553365ba4f51035f427798edd2ac4eb981f13;hb=6fd172f599e8d798e68974a786dd930d876f182e;hpb=64478021edcf7a5ac3bca3fa9e8b8108d2fbb9b6 diff --git a/src/urcu-defer-impl.h b/src/urcu-defer-impl.h index f965533..b2e1b3c 100644 --- a/src/urcu-defer-impl.h +++ b/src/urcu-defer-impl.h @@ -126,7 +126,7 @@ static int32_t defer_thread_stop; * Written to only by each individual deferer. Read by both the deferer and * the reclamation tread. */ -static DEFINE_URCU_TLS(struct defer_queue, defer_queue); +static DEFINE_URCU_TLS_IE(struct defer_queue, defer_queue); static CDS_LIST_HEAD(registry_defer); static pthread_t tid_defer;