Searched defs:__gthread_setspecific (Results 1 – 15 of 15) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | gthr-rtems.h | 108 __gthread_setspecific (__gthread_key_t key, const void *ptr) in __gthread_setspecific() function
|
H A D | gthr-win32.h | 419 __gthread_setspecific (__gthread_key_t key, const void *ptr) in __gthread_setspecific() function 545 __gthread_setspecific (__gthread_key_t key, const void *ptr) in __gthread_setspecific() function
|
H A D | gthr-vxworks.h | 261 #define __gthread_setspecific(key, ptr) \ macro
|
H A D | gthr-solaris.h | 444 __gthread_setspecific (__gthread_key_t key, const void *ptr) in __gthread_setspecific() function
|
H A D | gthr-dce.h | 452 __gthread_setspecific (__gthread_key_t key, const void *ptr) in __gthread_setspecific() function
|
H A D | gthr-posix.h | 487 __gthread_setspecific (__gthread_key_t key, const void *ptr) in __gthread_setspecific() function
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | gthr-rtems.h | 109 __gthread_setspecific (__gthread_key_t key, const void *ptr) in __gthread_setspecific() function
|
H A D | gthr-win32.h | 455 __gthread_setspecific (__gthread_key_t key, const void *ptr) in __gthread_setspecific() function 605 __gthread_setspecific (__gthread_key_t key, const void *ptr) in __gthread_setspecific() function
|
H A D | gthr-tpf.h | 139 __gthread_setspecific (__gthread_key_t key, const void *ptr) in __gthread_setspecific() function
|
H A D | gthr-nks.h | 331 __gthread_setspecific (__gthread_key_t key, const void *ptr) in __gthread_setspecific() function
|
H A D | gthr-dce.h | 465 __gthread_setspecific (__gthread_key_t key, const void *ptr) in __gthread_setspecific() function
|
H A D | gthr-posix95.h | 562 __gthread_setspecific (__gthread_key_t key, const void *ptr) in __gthread_setspecific() function
|
H A D | gthr-solaris.h | 459 __gthread_setspecific (__gthread_key_t key, const void *ptr) in __gthread_setspecific() function
|
H A D | gthr-posix.h | 599 __gthread_setspecific (__gthread_key_t key, const void *ptr) in __gthread_setspecific() function
|
/openbsd-src/gnu/gcc/gcc/config/ |
H A D | vxlib.c | 349 __gthread_setspecific (__gthread_key_t key, void *value) in __gthread_setspecific() function
|