Home
last modified time | relevance | path

Searched refs:tid_key (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dsysinfo.cc340 static pthread_key_t tid_key; variable
361 if (pthread_key_create(&tid_key, FreeTID) != 0) { in InitGetTID()
377 intptr_t tid = reinterpret_cast<intptr_t>(pthread_getspecific(tid_key)); in GetTID()
404 if (pthread_setspecific(tid_key, reinterpret_cast<void *>(tid)) != 0) { in GetTID()
/external/abseil-cpp/absl/base/internal/
Dsysinfo.cc340 static pthread_key_t tid_key; variable
361 if (pthread_key_create(&tid_key, FreeTID) != 0) { in InitGetTID()
377 intptr_t tid = reinterpret_cast<intptr_t>(pthread_getspecific(tid_key)); in GetTID()
404 if (pthread_setspecific(tid_key, reinterpret_cast<void *>(tid)) != 0) { in GetTID()
/external/openscreen/third_party/abseil/src/absl/base/internal/
Dsysinfo.cc350 ABSL_CONST_INIT static pthread_key_t tid_key; variable
372 if (pthread_key_create(&tid_key, FreeTID) != 0) { in InitGetTID()
388 intptr_t tid = reinterpret_cast<intptr_t>(pthread_getspecific(tid_key)); in GetTID()
415 if (pthread_setspecific(tid_key, reinterpret_cast<void *>(tid)) != 0) { in GetTID()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dsysinfo.cc350 ABSL_CONST_INIT static pthread_key_t tid_key; variable
372 if (pthread_key_create(&tid_key, FreeTID) != 0) { in InitGetTID()
388 intptr_t tid = reinterpret_cast<intptr_t>(pthread_getspecific(tid_key)); in GetTID()
415 if (pthread_setspecific(tid_key, reinterpret_cast<void *>(tid)) != 0) { in GetTID()
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dsysinfo.cc350 ABSL_CONST_INIT static pthread_key_t tid_key; variable
372 if (pthread_key_create(&tid_key, FreeTID) != 0) { in InitGetTID()
388 intptr_t tid = reinterpret_cast<intptr_t>(pthread_getspecific(tid_key)); in GetTID()
415 if (pthread_setspecific(tid_key, reinterpret_cast<void *>(tid)) != 0) { in GetTID()
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dpool_urbg.cc163 static pthread_key_t tid_key = [] { in GetPoolID() local
175 reinterpret_cast<intptr_t>(pthread_getspecific(tid_key)); in GetPoolID()
179 int err = pthread_setspecific(tid_key, reinterpret_cast<void*>(my_pool_id)); in GetPoolID()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg.cc163 static pthread_key_t tid_key = [] { in GetPoolID() local
175 reinterpret_cast<intptr_t>(pthread_getspecific(tid_key)); in GetPoolID()
179 int err = pthread_setspecific(tid_key, reinterpret_cast<void*>(my_pool_id)); in GetPoolID()
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dpool_urbg.cc163 static pthread_key_t tid_key = [] { in GetPoolID() local
175 reinterpret_cast<intptr_t>(pthread_getspecific(tid_key)); in GetPoolID()
179 int err = pthread_setspecific(tid_key, reinterpret_cast<void*>(my_pool_id)); in GetPoolID()
/external/abseil-cpp/absl/random/internal/
Dpool_urbg.cc163 static pthread_key_t tid_key = [] { in GetPoolID() local
175 reinterpret_cast<intptr_t>(pthread_getspecific(tid_key)); in GetPoolID()
179 int err = pthread_setspecific(tid_key, reinterpret_cast<void*>(my_pool_id)); in GetPoolID()
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg.cc163 static pthread_key_t tid_key = [] { in GetPoolID() local
175 reinterpret_cast<intptr_t>(pthread_getspecific(tid_key)); in GetPoolID()
179 int err = pthread_setspecific(tid_key, reinterpret_cast<void*>(my_pool_id)); in GetPoolID()