HomeSort by: relevance | last modified time | path
    Searched defs:hwprofile_tsd_key (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
hwprofile.c 118 static unsigned hwprofile_tsd_key = COLLECTOR_TSD_INVALID_KEY; variable
192 return collector_interface->getKey (hwprofile_tsd_key);
266 hwprofile_tsd_key = collector_interface->createKey (hwprofile_tsd_sz, NULL, NULL);
267 if (hwprofile_tsd_key == COLLECTOR_TSD_INVALID_KEY)
517 hwprofile_tsd_key = COLLECTOR_TSD_INVALID_KEY;
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
hwprofile.c 118 static unsigned hwprofile_tsd_key = COLLECTOR_TSD_INVALID_KEY; variable
192 return collector_interface->getKey (hwprofile_tsd_key);
266 hwprofile_tsd_key = collector_interface->createKey (hwprofile_tsd_sz, NULL, NULL);
267 if (hwprofile_tsd_key == COLLECTOR_TSD_INVALID_KEY)
517 hwprofile_tsd_key = COLLECTOR_TSD_INVALID_KEY;

Completed in 26 milliseconds