Searched refs:kk (Results 1 – 1 of 1) sorted by relevance
1490 int kk, count = 0; in pthread_key_clean_all() local1492 for (kk = TLSMAP_START; kk < TLSMAP_SIZE; kk++) { in pthread_key_clean_all()1493 if ( tlsmap_test(map, kk) ) in pthread_key_clean_all()1495 void* data = tls[kk]; in pthread_key_clean_all()1496 tls_dtor_t dtor = map->dtors[kk]; in pthread_key_clean_all()1508 tls[kk] = NULL; in pthread_key_clean_all()