| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/ |
| gthread.d | 38 alias __gthread_setspecific = pthread_setspecific; 72 extern (D) int __gthread_setspecific(__gthread_key_t, void*) 106 alias __gthread_setspecific = __gthr_win32_setspecific;
|
| /src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| gthr-win32.c | 38 #define __gthread_setspecific __gthr_win32_setspecific macro
|
| gthr-win32-thread.c | 76 __gthread_setspecific (__gthr_win32_tls, td); 158 __gthread_setspecific (__gthr_win32_tls, td);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| condition_variable.cc | 77 __gthread_setspecific(key, nullptr); 121 __gthread_setspecific(key, elt);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| atexit_thread.cc | 98 __gthread_setspecific (key, NULL); 168 __gthread_setspecific (key, new_elt);
|
| eh_globals.cc | 149 if (v == 0 || __gthread_setspecific(init._M_key, v) != 0)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| condition_variable.cc | 77 __gthread_setspecific(key, nullptr); 121 __gthread_setspecific(key, elt);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| atexit_thread.cc | 116 __gthread_setspecific (key, NULL); 207 __gthread_setspecific (key, new_elt);
|
| eh_globals.cc | 149 if (v == 0 || __gthread_setspecific(init._M_key, v) != 0)
|
| /src/external/gpl3/gcc/dist/libgcc/config/gcn/ |
| gthr-gcn.h | 94 __gthread_setspecific (__gthread_key_t __key __attribute__((unused)), function
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/gcn/ |
| gthr-gcn.h | 94 __gthread_setspecific (__gthread_key_t __key __attribute__((unused)), function
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| emutls.c | 186 __gthread_setspecific (emutls_key, (void *) arr); 200 __gthread_setspecific (emutls_key, (void *) arr);
|
| unwind-sjlj.c | 130 __gthread_setspecific (fc_key, fc); 161 __gthread_setspecific (fc_key, fc);
|
| gthr-single.h | 241 __gthread_setspecific (__gthread_key_t __key UNUSED, const void *__v UNUSED) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| emutls.c | 178 __gthread_setspecific (emutls_key, (void *) arr); 192 __gthread_setspecific (emutls_key, (void *) arr);
|
| unwind-sjlj.c | 130 __gthread_setspecific (fc_key, fc); 161 __gthread_setspecific (fc_key, fc);
|
| gthr-single.h | 241 __gthread_setspecific (__gthread_key_t __key UNUSED, const void *__v UNUSED) function
|
| /src/external/gpl3/gcc/dist/libgcc/config/ |
| gthr-rtems.h | 127 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) function
|
| gthr-vxworks-tls.c | 232 /* Store in KEYP a value which can be passed to __gthread_setspecific/ 327 __gthread_setspecific (__gthread_key_t key, void *value) function
|
| gthr-vxworks.h | 236 extern int __gthread_setspecific (__gthread_key_t __key, void *__ptr);
|
| /src/external/gpl3/gcc/dist/libgcc/config/mips/ |
| gthr-mipssde.h | 129 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) function
|
| /src/external/gpl3/gcc/dist/libgcc/config/s390/ |
| gthr-tpf.h | 136 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| gthr-rtems.h | 127 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/mips/ |
| gthr-mipssde.h | 129 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/s390/ |
| gthr-tpf.h | 136 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) function
|