HomeSort by: relevance | last modified time | path
    Searched defs:_objc_thread_storage (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/pa/
gthr-dce.h 130 static pthread_key_t _objc_thread_storage; variable
143 return __gthrw_(pthread_keycreate) (&_objc_thread_storage, NULL);
279 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
295 if (!(__gthrw_(pthread_getspecific) (_objc_thread_storage, &value)))
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
gthr-dce.h 130 static pthread_key_t _objc_thread_storage; variable
143 return __gthrw_(pthread_keycreate) (&_objc_thread_storage, NULL);
279 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
295 if (!(__gthrw_(pthread_getspecific) (_objc_thread_storage, &value)))
  /src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h 335 static pthread_key_t _objc_thread_storage; variable
350 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
370 && __gthrw_(pthread_key_delete) (_objc_thread_storage) == 0
498 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
511 return __gthrw_(pthread_getspecific) (_objc_thread_storage);
  /src/external/gpl3/gcc.old/dist/libgcc/
gthr-posix.h 322 static pthread_key_t _objc_thread_storage; variable
337 if (__gthrw_(pthread_key_create) (&_objc_thread_storage, NULL) == 0)
357 && __gthrw_(pthread_key_delete) (_objc_thread_storage) == 0
485 return __gthrw_(pthread_setspecific) (_objc_thread_storage, value);
498 return __gthrw_(pthread_getspecific) (_objc_thread_storage);

Completed in 30 milliseconds