Home | Sort by: relevance | last modified time | path |
/src/lib/libc/rpc/ | |
rpc_generic.c | 240 static thread_key_t tcp_key, udp_key; variable in typeref:typename:thread_key_t 247 thr_keycreate(&tcp_key, free); 267 netid_tcp = thr_getspecific(tcp_key); 295 thr_setspecific(tcp_key, |