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

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

Completed in 6 milliseconds