Home
last modified time | relevance | path

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

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