Searched refs:pfdp_key (Results 1 – 1 of 1) sorted by relevance
1158 static pthread_key_t pfdp_key = PTHREAD_ONCE_KEY_NP; in read_vc() local1176 pfdp = thr_get_storage(&pfdp_key, sizeof (struct pollfd), free); in read_vc()1228 (void) pthread_setspecific(pfdp_key, pfdp); in read_vc()