Home
last modified time | relevance | path

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

/openbsd/lib/libc/thread/
H A Drthread_tls.c146 pthread_setspecific(pthread_key_t key, const void *data) in pthread_setspecific() function
/openbsd/gnu/gcc/gcc/
H A Dgthr-posix.c63 pthread_setspecific (pthread_key_t key ATTRIBUTE_UNUSED, in pthread_setspecific() function
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgthr-posix.h53 #pragma weak pthread_setspecific macro
H A Dgthr-dce.h69 #pragma weak pthread_setspecific macro
/openbsd/gnu/usr.bin/perl/os2/
H A Dos2ish.h188 # define pthread_setspecific(k,v) (*_threadstore()=v,0) macro
192 # define pthread_setspecific(k,v) (*(k)=(v),0) macro