Searched refs:pPoolIndex (Results 1 – 3 of 3) sorted by relevance
29 pthread_key_t pPoolIndex; in OS_AllocTLSIndex() local34 if ((pthread_key_create(&pPoolIndex, NULL)) != 0) { in OS_AllocTLSIndex()39 return pPoolIndex; in OS_AllocTLSIndex()
120 pthread_key_t pPoolIndex; in OS_AllocTLSIndex() local125 if ((pthread_key_create(&pPoolIndex, NULL)) != 0) { in OS_AllocTLSIndex()130 return PthreadKeyToTLSIndex(pPoolIndex); in OS_AllocTLSIndex()