Home
last modified time | relevance | path

Searched defs:ThreadLocalData (Results 1 – 5 of 5) sorted by relevance

/external/cronet/base/sampling_heap_profiler/
Dpoisson_allocation_sampler.cc43 struct ThreadLocalData { struct
45 intptr_t accumulated_bytes = 0;
48 intptr_t accumulated_bytes_snapshot = 0;
51 bool internal_reentry_guard = false;
59 bool sampling_interval_initialized = false;
Dsampling_heap_profiler.cc42 struct ThreadLocalData { struct
43 const char* thread_name = nullptr;
/external/angle/src/common/
Dtls.cpp28 typedef vector<void *> ThreadLocalData; typedef
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_driver.cc126 struct ThreadLocalData { struct
127 int64_t id;
128 GpuContext* context; // Only valid if id == a known good context.
129 int depth;
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_driver.cc166 struct ThreadLocalData { struct
167 int current_device_ordinal;
168 int depth;