OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TLSData
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/metrics/
stats_table.cc
243
//
TLSData
carries the data stored in the TLS slots for the
248
// a
TLSData
stored in its TLS.
249
struct StatsTable::
TLSData
{
293
TLSData
* data = GetTLSData();
328
TLSData
* data = new
TLSData
;
457
void StatsTable::UnregisterThread(
TLSData
* data) {
475
TLSData
* tls_data = static_cast<
TLSData
*>(data);
562
StatsTable::
TLSData
* StatsTable::GetTLSData() const
[
all
...]
/external/chromium_org/base/metrics/
stats_table.cc
275
//
TLSData
carries the data stored in the TLS slots for the
280
// a
TLSData
stored in its TLS.
281
struct StatsTable::
TLSData
{
333
TLSData
* data = GetTLSData();
365
TLSData
* data = new
TLSData
;
493
void StatsTable::UnregisterThread(
TLSData
* data) {
511
TLSData
* tls_data = static_cast<
TLSData
*>(data);
593
StatsTable::
TLSData
* StatsTable::GetTLSData() const
[
all
...]
Completed in 1275 milliseconds