Home
last modified time | relevance | path

Searched refs:pfdp_key (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c1158 static pthread_key_t pfdp_key = PTHREAD_ONCE_KEY_NP; in read_vc() local
1176 pfdp = thr_get_storage(&pfdp_key, sizeof (struct pollfd), free); in read_vc()
1228 (void) pthread_setspecific(pfdp_key, pfdp); in read_vc()