Home
last modified time | relevance | path

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

/netbsd-src/lib/libpthread/
H A Dpthread_tsd.c86 pthread_tsd_init(size_t *tlen) in pthread_tsd_init() function
H A Dpthread_int.h290 void *pthread_tsd_init(size_t *) PTHREAD_HIDE;
H A Dpthread.c214 pthread__main = pthread_tsd_init(&__pthread_st_size); in pthread__init()