HomeSort by: relevance | last modified time | path
    Searched refs:__gthread_getspecific (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
gthread.d 37 alias __gthread_getspecific = pthread_getspecific;
67 extern (D) void* __gthread_getspecific(__gthread_key_t)
105 alias __gthread_getspecific = __gthr_win32_getspecific;
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
gthr-win32.c 37 #define __gthread_getspecific __gthr_win32_getspecific macro
gthr-win32-thread.c 149 if (!(td = __gthread_getspecific (__gthr_win32_tls)))
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_globals.cc 133 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key));
145 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key));
atexit_thread.cc 115 e = __gthread_getspecific (key);
187 first = static_cast<elt*>(__gthread_getspecific (key));
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
condition_variable.cc 76 auto elt = (__at_thread_exit_elt*)__gthread_getspecific(key);
120 elt->_M_next = (__at_thread_exit_elt*)__gthread_getspecific(key);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
atexit_thread.cc 97 e = __gthread_getspecific (key);
148 first = static_cast<elt*>(__gthread_getspecific (key));
eh_globals.cc 133 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key));
145 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key));
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
condition_variable.cc 76 auto elt = (__at_thread_exit_elt*)__gthread_getspecific(key);
120 elt->_M_next = (__at_thread_exit_elt*)__gthread_getspecific(key);
  /src/external/gpl3/gcc/dist/libgcc/config/gcn/
gthr-gcn.h 88 __gthread_getspecific (__gthread_key_t __key __attribute__((unused))) function
  /src/external/gpl3/gcc.old/dist/libgcc/config/gcn/
gthr-gcn.h 88 __gthread_getspecific (__gthread_key_t __key __attribute__((unused))) function
  /src/external/gpl3/gcc/dist/libgcc/
unwind-sjlj.c 129 fc->prev = __gthread_getspecific (fc_key);
148 return __gthread_getspecific (fc_key);
gthr-single.h 235 __gthread_getspecific (__gthread_key_t __key UNUSED) function
emutls.c 178 struct __emutls_array *arr = __gthread_getspecific (emutls_key);
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-sjlj.c 129 fc->prev = __gthread_getspecific (fc_key);
148 return __gthread_getspecific (fc_key);
gthr-single.h 235 __gthread_getspecific (__gthread_key_t __key UNUSED) function
  /src/external/gpl3/gcc/dist/libgcc/config/
gthr-rtems.h 121 __gthread_getspecific (__gthread_key_t __key) function
gthr-vxworks-tls.c 233 __gthread_getspecific to store and retrieve a value which is
299 __gthread_getspecific (__gthread_key_t key) function
gthr-vxworks.h 235 extern void *__gthread_getspecific (__gthread_key_t __key);
  /src/external/gpl3/gcc/dist/libgcc/config/mips/
gthr-mipssde.h 123 __gthread_getspecific (__gthread_key_t __key) function
  /src/external/gpl3/gcc/dist/libgcc/config/s390/
gthr-tpf.h 127 __gthread_getspecific (__gthread_key_t __key) function
  /src/external/gpl3/gcc.old/dist/libgcc/config/
gthr-rtems.h 121 __gthread_getspecific (__gthread_key_t __key) function
gthr-vxworks-tls.c 233 __gthread_getspecific to store and retrieve a value which is
299 __gthread_getspecific (__gthread_key_t key) function
  /src/external/gpl3/gcc.old/dist/libgcc/config/mips/
gthr-mipssde.h 123 __gthread_getspecific (__gthread_key_t __key) function
  /src/external/gpl3/gcc.old/dist/libgcc/config/s390/
gthr-tpf.h 127 __gthread_getspecific (__gthread_key_t __key) function

Completed in 35 milliseconds

1 2