Home
last modified time | relevance | path

Searched refs:flag_threadsafe_statics (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/gcc/
HDc-common.h583 extern int flag_threadsafe_statics;
HDc-opts.c829 flag_threadsafe_statics = value; in c_common_handle_option()
HDc-common.c456 int flag_threadsafe_statics = 1; variable
HDChangeLog-200416489 * c-common.h (flag_threadsafe_statics): Declare it.
16490 * c-common.c (flag_threadsafe_statics): Record it.
/NextBSD/contrib/gcc/cp/
HDdecl.c6216 if (!targetm.relaxed_ordering || !flag_threadsafe_statics) in expand_static_init()
6224 if (flag_threadsafe_statics) in expand_static_init()
6278 if (flag_threadsafe_statics) in expand_static_init()
6285 if (!targetm.relaxed_ordering || !flag_threadsafe_statics) in expand_static_init()