Home | History | Annotate | Download | only in libcollector

Lines Matching refs:tsd_key

91 static unsigned tsd_key = COLLECTOR_TSD_INVALID_KEY;
204 tsd_key = collector_interface->createKey (sizeof ( TSD_Entry), NULL, NULL);
205 if (tsd_key == (unsigned) - 1)
213 Tprintf (DBG_LT2, "jprofile: TSD key create succeeded %d.\n", tsd_key);
306 tsd_key = COLLECTOR_TSD_INVALID_KEY;
324 tsd_key = COLLECTOR_TSD_INVALID_KEY;
628 TSD_Entry *tsd = collector_interface->getKey (tsd_key);
648 TSD_Entry *tsd = collector_interface->getKey (tsd_key);
1057 TSD_Entry *tsd = collector_interface->getKey (tsd_key);
1067 TSD_Entry *tsd = collector_interface->getKey (tsd_key);
1103 TSD_Entry *tsd = collector_interface->getKey (tsd_key);
1113 TSD_Entry *tsd = collector_interface->getKey (tsd_key);
1172 TSD_Entry *tsd = collector_interface->getKey (tsd_key);