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

/freebsd-10.0-release/contrib/gcc/
H A Dgthr-single.h48 static void *thread_local_storage = NULL; variable
122 thread_local_storage = value;
130 return thread_local_storage;
H A Dgthr-dce.h127 static void *thread_local_storage = NULL; variable
276 thread_local_storage = value;
295 return thread_local_storage;
H A Dgthr-solaris.h128 static void *thread_local_storage = NULL; variable
271 thread_local_storage = value;
290 return thread_local_storage;
H A Dgthr-posix.h239 static void *thread_local_storage = NULL; variable
400 thread_local_storage = value;
412 return thread_local_storage;
H A Dgthr-posix95.h205 static void *thread_local_storage = NULL; variable
366 thread_local_storage = value;
378 return thread_local_storage;

Completed in 82 milliseconds