Searched refs:pthread_key_create (Results 1 – 3 of 3) sorted by relevance
290 inline int pthread_key_create(pthread_key_t* key, void (*destructor)(void*)) { in pthread_key_create() function396 using port::pthread_key_create;
312 if (pthread_key_create(&pthread_key_, &OnThreadExit) != 0) { in StaticMeta()
3461 pthread_key_create(&key, &DeleteThreadLocalValue));