Searched defs:ptr_key (Results 1 – 3 of 3) sorted by relevance
1103 intptr_t ptr_key = reinterpret_cast<intptr_t>(pthread_key); in PthreadKeyToLocalKey() local1114 intptr_t ptr_key = static_cast<intptr_t>(local_key); in LocalKeyToPthreadKey() local
405 char* ptr_key = &_ptr_key[0]; // NOLINT(cppcoreguidelines-pro-type-vararg,hicpp-vararg) variable
5496 Py_tss_t *ptr_key = PyThread_tss_alloc(); in test_pythread_tss_key_state() local