Searched refs:__gthread_setspecific (Results 1 - 25 of 43) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Dgthread.d38 alias __gthread_setspecific = pthread_setspecific;
72 extern (D) int __gthread_setspecific(__gthread_key_t, void*)
104 alias __gthread_setspecific = __gthr_win32_setspecific;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Dgthread.d38 alias __gthread_setspecific = pthread_setspecific;
72 extern (D) int __gthread_setspecific(__gthread_key_t, void*)
106 alias __gthread_setspecific = __gthr_win32_setspecific;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Datexit_thread.cc93 __gthread_setspecific (key, NULL);
162 __gthread_setspecific (key, new_elt);
H A Deh_globals.cc132 if (v == 0 || __gthread_setspecific(init._M_key, v) != 0)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcondition_variable.cc102 __gthread_setspecific(key, nullptr);
146 __gthread_setspecific(key, elt);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Datexit_thread.cc98 __gthread_setspecific (key, NULL);
168 __gthread_setspecific (key, new_elt);
H A Deh_globals.cc160 if (v == 0 || __gthread_setspecific(init._M_key, v) != 0)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcondition_variable.cc77 __gthread_setspecific(key, nullptr);
121 __gthread_setspecific(key, elt);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/gcn/
H A Dgthr-gcn.h94 __gthread_setspecific (__gthread_key_t __key __attribute__((unused)), function
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/gcn/
H A Dgthr-gcn.h94 __gthread_setspecific (__gthread_key_t __key __attribute__((unused)), function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-sjlj.c130 __gthread_setspecific (fc_key, fc);
161 __gthread_setspecific (fc_key, fc);
H A Demutls.c178 __gthread_setspecific (emutls_key, (void *) arr);
192 __gthread_setspecific (emutls_key, (void *) arr);
H A Dgthr-single.h241 __gthread_setspecific (__gthread_key_t __key UNUSED, const void *__v UNUSED) function
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Demutls.c178 __gthread_setspecific (emutls_key, (void *) arr);
192 __gthread_setspecific (emutls_key, (void *) arr);
H A Dunwind-sjlj.c130 __gthread_setspecific (fc_key, fc);
161 __gthread_setspecific (fc_key, fc);
H A Dgthr-single.h241 __gthread_setspecific (__gthread_key_t __key UNUSED, const void *__v UNUSED) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/mips/
H A Dgthr-mipssde.h129 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/
H A Dgthr-rtems.h127 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) function
H A Dvxlib-tls.c232 /* Store in KEYP a value which can be passed to __gthread_setspecific/
327 __gthread_setspecific (__gthread_key_t key, void *value) function
H A Dgthr-vxworks-tls.c224 /* Store in KEYP a value which can be passed to __gthread_setspecific/
319 __gthread_setspecific (__gthread_key_t key, void *value) function
H A Dgthr-vxworks.h233 extern int __gthread_setspecific (__gthread_key_t __key, void *__ptr);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/s390/
H A Dgthr-tpf.h136 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) function
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/
H A Dgthr-rtems.h127 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) function
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/mips/
H A Dgthr-mipssde.h129 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) function
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/s390/
H A Dgthr-tpf.h136 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) function

Completed in 592 milliseconds

12