Home
last modified time | relevance | path

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

/netbsd/src/lib/libpthread/
Dpthread.c139 static size_t __pthread_st_size; variable
224 pthread__main = pthread_tsd_init(&__pthread_st_size); in pthread__init()
496 newthread = calloc(1, __pthread_st_size); in pthread_create()