Home
last modified time | relevance | path

Searched refs:pthread_getspecific (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/port/win/
Dport_win.h317 inline void* pthread_getspecific(pthread_key_t key) { in pthread_getspecific() function
399 using port::pthread_getspecific;
/rocksdb-6.9/util/
Dthread_local.cc333 static_cast<ThreadData*>(pthread_getspecific(Instance()->pthread_key_)); in StaticMeta()
373 static_cast<ThreadData*>(pthread_getspecific(Instance()->pthread_key_)); in GetThreadLocal()
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest.h3430 DeleteThreadLocalValue(pthread_getspecific(key_));
3467 static_cast<ThreadLocalValueHolderBase*>(pthread_getspecific(key_));