Searched refs:destr_function (Results 1 – 2 of 2) sorted by relevance
41 int pthread_key_create(pthread_key_t * key, destr_function destr) in pthread_key_create()141 destr_function destr; in __pthread_destroy_specifics()
98 typedef void (*destr_function)(void *); typedef102 destr_function destr; /* destruction routine */
Completed in 6 milliseconds