Searched refs:gai_key (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/lib/libc/net/
H A Dgai_strerror.c68 static thread_key_t gai_key; variable
74 gai_keycreated = (thr_keycreate(&gai_key, free) == 0);
91 if ((buf = thr_getspecific(gai_key)) == NULL) {
94 if (thr_setspecific(gai_key, buf) != 0) {

Completed in 92 milliseconds