Searched refs:pthread_key_create (Results 1 – 2 of 2) sorted by relevance
62 int pthread_key_create(pthread_key_t *key, void (*destructor)(void*)) in pthread_key_create() function86 RTM_EXPORT(pthread_key_create);
69 pthread_key_create(&str_key, str_alloc_destroy_accu); in str_alloc_key()