Home
last modified time | relevance | path

Searched defs:pthread_getspecific (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/lib/libc/thread/
H A Drthread_tls.c130 pthread_getspecific(pthread_key_t key) in pthread_getspecific() function
/openbsd-src/gnu/gcc/gcc/
H A Dgthr-posix.c57 pthread_getspecific (pthread_key_t key ATTRIBUTE_UNUSED) in pthread_getspecific() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgthr-dce.h68 #pragma weak pthread_getspecific macro
H A Dgthr-posix.h52 #pragma weak pthread_getspecific macro
/openbsd-src/gnu/usr.bin/perl/os2/
H A Dos2ish.h187 # define pthread_getspecific(k) (*_threadstore()) macro
191 # define pthread_getspecific(k) (*(k)) macro