Searched refs:_objc_thread_storage (Results 1 - 25 of 94) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/
H A Dthr-dce.c31 static pthread_key_t _objc_thread_storage; variable
40 return pthread_keycreate(&_objc_thread_storage, NULL);
49 /* return pthread_key_delete(&_objc_thread_storage); */
152 return pthread_setspecific(_objc_thread_storage, value);
161 if ( !(pthread_getspecific(_objc_thread_storage, &value)) )
H A Dthr-decosf1.c31 static pthread_key_t _objc_thread_storage; variable
40 return pthread_keycreate(&_objc_thread_storage, NULL);
49 /* return pthread_key_delete(&_objc_thread_storage); */
152 return pthread_setspecific(_objc_thread_storage, value);
161 if ( !(pthread_getspecific(_objc_thread_storage, &value)) )
H A Dthr-pthreads.c32 static pthread_key_t _objc_thread_storage; variable
41 return pthread_key_create(&_objc_thread_storage, NULL);
50 /* return pthread_key_delete(&_objc_thread_storage); */
118 return pthread_setspecific(_objc_thread_storage, value);
127 if ( !(pthread_getspecific(_objc_thread_storage, &value)) )
H A Dthr-posix.c33 static pthread_key_t _objc_thread_storage; variable
43 if (pthread_key_create(&_objc_thread_storage, NULL) == 0)
64 if (pthread_key_delete(_objc_thread_storage) == 0)
172 if (pthread_setspecific(_objc_thread_storage, value) == 0)
182 return pthread_getspecific(_objc_thread_storage);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/
H A Dthr-dce.c32 static pthread_key_t _objc_thread_storage; variable
41 return pthread_keycreate(&_objc_thread_storage, NULL);
50 /* return pthread_key_delete(&_objc_thread_storage); */
153 return pthread_setspecific(_objc_thread_storage, value);
162 if ( !(pthread_getspecific(_objc_thread_storage, &value)) )
H A Dthr-decosf1.c32 static pthread_key_t _objc_thread_storage; variable
41 return pthread_keycreate(&_objc_thread_storage, NULL);
50 /* return pthread_key_delete(&_objc_thread_storage); */
153 return pthread_setspecific(_objc_thread_storage, value);
162 if ( !(pthread_getspecific(_objc_thread_storage, &value)) )
H A Dthr-pthreads.c33 static pthread_key_t _objc_thread_storage; variable
42 return pthread_key_create(&_objc_thread_storage, NULL);
51 /* return pthread_key_delete(&_objc_thread_storage); */
119 return pthread_setspecific(_objc_thread_storage, value);
128 if ( !(pthread_getspecific(_objc_thread_storage, &value)) )
H A Dthr-posix.c34 static pthread_key_t _objc_thread_storage; variable
44 if (pthread_key_create(&_objc_thread_storage, NULL) == 0)
65 if (pthread_key_delete(_objc_thread_storage) == 0)
173 if (pthread_setspecific(_objc_thread_storage, value) == 0)
183 return pthread_getspecific(_objc_thread_storage);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgthr-nks.h64 static NXKey_t _objc_thread_storage; variable
73 if (NXKeyCreate (NULL, NULL, &_objc_thread_storage) == 0)
82 if (NXKeyDelete (_objc_thread_storage) == 0)
159 return NXKeySetValue (_objc_thread_storage, value);
168 if (NXKeyGetValue (_objc_thread_storage, &value) == 0)
H A Dgthr-dce.h124 static pthread_key_t _objc_thread_storage; variable
137 return __gthrw_(pthread_keycreate) (&_objc_thread_storage, NULL);
273 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
289 if (!(__gthrw_(pthread_getspecific) (_objc_thread_storage, &value)))
H A Dgthr-solaris.h125 static thread_key_t _objc_thread_storage; variable
138 && __gthrw_(thr_keycreate) (&_objc_thread_storage, NULL) == 0)
264 if (__gthrw_(thr_setspecific) (_objc_thread_storage, value) == 0)
284 if (__gthrw_(thr_getspecific) (_objc_thread_storage, &value) == 0)
H A Dgthr-posix.h183 static pthread_key_t _objc_thread_storage; variable
198 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
218 && __gthrw_(pthread_key_delete) (_objc_thread_storage) == 0
345 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
358 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
H A Dgthr-posix95.h140 static pthread_key_t _objc_thread_storage; variable
155 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
175 && __gthrw_(pthread_key_delete) (_objc_thread_storage) == 0
302 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
315 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgthr-nks.h61 static NXKey_t _objc_thread_storage; variable
70 if (NXKeyCreate (NULL, NULL, &_objc_thread_storage) == 0)
79 if (NXKeyDelete (_objc_thread_storage) == 0)
156 return NXKeySetValue (_objc_thread_storage, value);
165 if (NXKeyGetValue (_objc_thread_storage, &value) == 0)
H A Dgthr-dce.h131 static pthread_key_t _objc_thread_storage; variable
144 return __gthrw_(pthread_keycreate) (&_objc_thread_storage, NULL);
280 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
296 if (!(__gthrw_(pthread_getspecific) (_objc_thread_storage, &value)))
H A Dgthr-solaris.h123 static thread_key_t _objc_thread_storage; variable
136 && __gthrw_(thr_keycreate) (&_objc_thread_storage, NULL) == 0)
262 if (__gthrw_(thr_setspecific) (_objc_thread_storage, value) == 0)
282 if (__gthrw_(thr_getspecific) (_objc_thread_storage, &value) == 0)
H A Dgthr-posix95.h244 static pthread_key_t _objc_thread_storage; variable
259 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
279 && __gthrw_(pthread_key_delete) (_objc_thread_storage) == 0
406 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
419 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/alpha/
H A Dgthr-default.h187 static pthread_key_t _objc_thread_storage; variable
202 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
222 && __gthrw_(pthread_key_delete) (_objc_thread_storage) == 0
349 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
362 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
H A Dgthr-posix.h187 static pthread_key_t _objc_thread_storage; variable
202 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
222 && __gthrw_(pthread_key_delete) (_objc_thread_storage) == 0
349 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
362 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/arm/
H A Dgthr-default.h187 static pthread_key_t _objc_thread_storage; variable
202 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
222 && __gthrw_(pthread_key_delete) (_objc_thread_storage) == 0
349 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
362 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
H A Dgthr-posix.h187 static pthread_key_t _objc_thread_storage; variable
202 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
222 && __gthrw_(pthread_key_delete) (_objc_thread_storage) == 0
349 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
362 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/armeb/
H A Dgthr-default.h187 static pthread_key_t _objc_thread_storage; variable
202 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
222 && __gthrw_(pthread_key_delete) (_objc_thread_storage) == 0
349 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
362 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
H A Dgthr-posix.h187 static pthread_key_t _objc_thread_storage; variable
202 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
222 && __gthrw_(pthread_key_delete) (_objc_thread_storage) == 0
349 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
362 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/hppa/
H A Dgthr-default.h187 static pthread_key_t _objc_thread_storage; variable
202 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
222 && __gthrw_(pthread_key_delete) (_objc_thread_storage) == 0
349 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
362 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
H A Dgthr-posix.h187 static pthread_key_t _objc_thread_storage; variable
202 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
222 && __gthrw_(pthread_key_delete) (_objc_thread_storage) == 0
349 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
362 return __gthrw_(pthread_getspecific) (_objc_thread_storage);

Completed in 208 milliseconds

1234