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

/haiku-buildtools/legacy/gcc/gcc/
H A Dgthr-vxworks.h95 #define __gthread_setspecific(key, ptr) \ macro
103 return __gthread_setspecific (key, 0);
H A Dgthr-dce.h118 __gthread_setspecific (__gthread_key_t key, const void *ptr) function
H A Dgthr-posix.h115 __gthread_setspecific (__gthread_key_t key, const void *ptr) function
H A Dgthr-solaris.h145 __gthread_setspecific (__gthread_key_t key, const void *ptr) function
H A Dlibgcc2.c3233 if (__gthread_setspecific (eh_context_key, (void *) eh) != 0)
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Datexit_thread.cc89 __gthread_setspecific (key, NULL);
158 __gthread_setspecific (key, new_elt);
H A Deh_globals.cc132 if (v == 0 || __gthread_setspecific(init._M_key, v) != 0)
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dcondition_variable.cc102 __gthread_setspecific(key, nullptr);
146 __gthread_setspecific(key, elt);
/haiku-buildtools/gcc/libgcc/config/
H A Dgthr-vxworks.h165 extern int __gthread_setspecific (__gthread_key_t __key, void *__ptr);
H A Dgthr-rtems.h105 __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
/haiku-buildtools/gcc/libgcc/
H A Dunwind-sjlj.c130 __gthread_setspecific (fc_key, fc);
161 __gthread_setspecific (fc_key, fc);
H A Demutls.c163 __gthread_setspecific (emutls_key, (void *) arr);
177 __gthread_setspecific (emutls_key, (void *) arr);
H A Dgthr-single.h241 __gthread_setspecific (__gthread_key_t __key UNUSED, const void *__v UNUSED) function
H A Dgthr-posix.h723 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) function
/haiku-buildtools/gcc/libgcc/config/mips/
H A Dgthr-mipssde.h129 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) function
/haiku-buildtools/gcc/libgcc/config/s390/
H A Dgthr-tpf.h136 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) function
/haiku-buildtools/gcc/libgcc/config/i386/
H A Dgthr-win32.h463 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) function
626 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) function
/haiku-buildtools/gcc/libgcc/config/pa/
H A Dgthr-dce.h471 __gthread_setspecific (__gthread_key_t __key, const void *__ptr) function
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dmt_allocator.cc648 __gthread_setspecific(freelist._M_key, (void*)_M_id);

Completed in 160 milliseconds