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

/bionic/libc/bionic/
H A Dpthread_key.cpp40 * pthread_getspecific() / pthread_setspecific() or pthread_key_delete()
54 * When pthread_key_delete() is called it will erase the key's bitmap bit
57 * the caller of pthread_key_delete() to properly reclaim the objects that
158 // and/or pthread_key_delete, we need to temporarily unlock
205 int pthread_key_delete(pthread_key_t key) { function
241 // due to pthread_key_delete() clearing the values for all threads.

Completed in 232 milliseconds