Home
last modified time | relevance | path

Searched defs:ptr_key (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
Dplatform-posix.cc1103 intptr_t ptr_key = reinterpret_cast<intptr_t>(pthread_key); in PthreadKeyToLocalKey() local
1114 intptr_t ptr_key = static_cast<intptr_t>(local_key); in LocalKeyToPthreadKey() local
/third_party/json/tests/src/
Dunit-regression1.cpp405 char* ptr_key = &_ptr_key[0]; // NOLINT(cppcoreguidelines-pro-type-vararg,hicpp-vararg) variable
/third_party/python/Modules/
D_testcapimodule.c5496 Py_tss_t *ptr_key = PyThread_tss_alloc(); in test_pythread_tss_key_state() local