hostname_tsd_key  101 opal/mca/pmix/pmix4x/pmix/src/util/net.c static pmix_tsd_key_t hostname_tsd_key;
hostname_tsd_key  117 opal/mca/pmix/pmix4x/pmix/src/util/net.c     ret = pmix_tsd_getspecific(hostname_tsd_key, &buffer);
hostname_tsd_key  122 opal/mca/pmix/pmix4x/pmix/src/util/net.c         ret = pmix_tsd_setspecific(hostname_tsd_key, buffer);
hostname_tsd_key  169 opal/mca/pmix/pmix4x/pmix/src/util/net.c     return pmix_tsd_key_create(&hostname_tsd_key, hostname_cleanup);
hostname_tsd_key  108 opal/util/net.c static opal_tsd_key_t hostname_tsd_key;
hostname_tsd_key  124 opal/util/net.c     ret = opal_tsd_getspecific(hostname_tsd_key, &buffer);
hostname_tsd_key  129 opal/util/net.c         ret = opal_tsd_setspecific(hostname_tsd_key, buffer);
hostname_tsd_key  195 opal/util/net.c     return opal_tsd_key_create(&hostname_tsd_key, hostname_cleanup);