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

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

Completed in 123 milliseconds