Searched defs:ThreadLocalData (Results 1 – 5 of 5) sorted by relevance
44 struct ThreadLocalData { struct46 intptr_t accumulated_bytes = 0;49 intptr_t accumulated_bytes_snapshot = 0;52 bool internal_reentry_guard = false;60 bool sampling_interval_initialized = false;
42 struct ThreadLocalData { struct43 const char* thread_name = nullptr;
126 struct ThreadLocalData { struct127 int64_t id;128 GpuContext* context; // Only valid if id == a known good context.129 int depth;
28 typedef vector<void *> ThreadLocalData; typedef
166 struct ThreadLocalData { struct167 int current_device_ordinal;168 int depth;