print_tsd_key     293 opal/mca/hwloc/base/hwloc_base_frame.c static opal_tsd_key_t print_tsd_key;
print_tsd_key     317 opal/mca/hwloc/base/hwloc_base_frame.c         if (OPAL_SUCCESS != (ret = opal_tsd_key_create(&print_tsd_key, buffer_cleanup))) {
print_tsd_key     323 opal/mca/hwloc/base/hwloc_base_frame.c     ret = opal_tsd_getspecific(print_tsd_key, (void**)&ptr);
print_tsd_key     332 opal/mca/hwloc/base/hwloc_base_frame.c         ret = opal_tsd_setspecific(print_tsd_key, (void*)ptr);
print_tsd_key      54 orte/mca/rmaps/base/rmaps_base_print_fns.c static opal_tsd_key_t print_tsd_key;
print_tsd_key      81 orte/mca/rmaps/base/rmaps_base_print_fns.c         if (ORTE_SUCCESS != (ret = opal_tsd_key_create(&print_tsd_key, buffer_cleanup))) {
print_tsd_key      88 orte/mca/rmaps/base/rmaps_base_print_fns.c     ret = opal_tsd_getspecific(print_tsd_key, (void**)&ptr);
print_tsd_key      97 orte/mca/rmaps/base/rmaps_base_print_fns.c         ret = opal_tsd_setspecific(print_tsd_key, (void*)ptr);