Searched refs:use_fc_key (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dunwind-sjlj.c108 static int use_fc_key = -1;
113 use_fc_key = __gthread_key_create (&fc_key, 0) == 0;
120 if (__gthread_once (&once, fc_key_init) != 0 || use_fc_key < 0)
121 use_fc_key = 0;
129 if (use_fc_key < 0)
132 if (use_fc_key)
149 if (use_fc_key < 0)
152 if (use_fc_key)
162 if (use_fc_key < 0)
165 if (use_fc_key)
107 static int use_fc_key = -1; variable
[all...]

Completed in 53 milliseconds