Home
last modified time | relevance | path

Searched refs:pthread__add_specific (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/lib/libpthread/
H A Dpthread_specific.c72 return pthread__add_specific(self, key, value); in __strong_alias()
H A Dpthread_tsd.c196 pthread__add_specific(pthread_t self, pthread_key_t key, const void *value) in pthread__add_specific() function
H A Dpthread_int.h303 int pthread__add_specific(pthread_t, pthread_key_t, const void *) PTHREAD_HIDE;