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

/netbsd-current/lib/libpthread/
H A Dpthread_tsd.c52 void (**pthread__tsd_destructors)(void *) = NULL; variable
110 + sizeof(*pthread__tsd_destructors) * pthread_keys_max;
120 pthread__tsd_destructors = (void *)arena;
121 arena += sizeof(*pthread__tsd_destructors) * pthread_keys_max;
143 if (pthread__tsd_destructors[i] == NULL)
151 if (pthread__tsd_destructors[i] == NULL)
165 pthread__tsd_destructors[i] = destructor ? destructor : null_destructor;
202 pthread__assert(pthread__tsd_destructors[key] != NULL);
305 pthread__assert(pthread__tsd_destructors[key] != NULL);
313 pthread__tsd_destructors[ke
[all...]

Completed in 160 milliseconds