Home
last modified time | relevance | path

Searched refs:__gthr_win32_getspecific (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Dgthread.d97 void* __gthr_win32_getspecific(__gthread_key_t key);
103 alias __gthread_getspecific = __gthr_win32_getspecific;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Dgthread.d99 void* __gthr_win32_getspecific(__gthread_key_t key);
105 alias __gthread_getspecific = __gthr_win32_getspecific;
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dgthr-win32.h419 extern void * __gthr_win32_getspecific (__gthread_key_t);
459 return __gthr_win32_getspecific (__key); in __gthread_getspecific()
H A Dgthr-win32.c127 __gthr_win32_getspecific (__gthread_key_t key) in __gthr_win32_getspecific() function
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dgthr-win32.h400 extern void * __gthr_win32_getspecific (__gthread_key_t);
440 return __gthr_win32_getspecific (__key); in __gthread_getspecific()
H A Dgthr-win32.c125 __gthr_win32_getspecific (__gthread_key_t key) in __gthr_win32_getspecific() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200216440 __gthr_win32_key_delete, __gthr_win32_getspecific,
16455 __gthr_win32_key_delete, __gthr_win32_getspecific,