Searched defs:pthread_key_create (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpthread.c1817 * when pthread_key_create() is called, it finds the first free key in the
1915 int pthread_key_create(pthread_key_t *key, void (*destructor_function)(void *)) function
2060 /* because the destructor is free to call pthread_key_create

Completed in 19 milliseconds