OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLSData
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/metrics/
stats_table.h
161
struct
TLSData
;
172
void UnregisterThread(
TLSData
* tls_data);
200
TLSData
* GetTLSData() const;
stats_table.cc
276
//
TLSData
carries the data stored in the TLS slots for the
281
// a
TLSData
stored in its TLS.
282
struct StatsTable::
TLSData
{
335
TLSData
* data = GetTLSData();
368
TLSData
* data = new
TLSData
;
498
void StatsTable::UnregisterThread(
TLSData
* data) {
516
TLSData
* tls_data = static_cast<
TLSData
*>(data);
598
StatsTable::
TLSData
* StatsTable::GetTLSData() const
[
all
...]
Completed in 25 milliseconds