grpc/tools/run_tests/generated
Tamir Duberstein 76e95f6afd
Generalize pthread TLS to any trivial type (#27009)
* Avoid copy constructor

```
src/core/lib/gpr/log_linux.cc:78:33: error: copying variable of type 'grpc_core::PthreadTlsImpl<long>' invokes deleted constructor
  static GPR_THREAD_LOCAL(long) tid = 0;
                                ^     ~
./src/core/lib/gpr/tls.h:64:3: note: 'PthreadTlsImpl' has been explicitly marked deleted here
  PthreadTlsImpl(const PthreadTlsImpl&) = delete;
  ^
1 error generated.
```

* Generalize pthread TLS to any trivial type

Use multiple pthread keys for types larger than a machine word.

Implement generic timer TLS optimization on all platforms.
2021-08-30 11:32:47 -07:00
..
configs.json Rerun tools/buildgen/generate_projects.sh under Python 3. 2020-11-04 01:31:40 +01:00
lb_interop_test_scenarios.json Rerun tools/buildgen/generate_projects.sh under Python 3. 2020-11-04 01:31:40 +01:00
tests.json Generalize pthread TLS to any trivial type (#27009) 2021-08-30 11:32:47 -07:00