Home
last modified time | relevance | path

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

/rocksdb-6.9/port/win/
Dport_win.h310 inline int pthread_setspecific(pthread_key_t key, const void* value) { in pthread_setspecific() function
398 using port::pthread_setspecific;
/rocksdb-6.9/util/
Dthread_local.cc288 pthread_setspecific(inst->pthread_key_, nullptr); in OnThreadExit()
387 if (pthread_setspecific(inst->pthread_key_, tls_) != 0) { in GetThreadLocal()
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest.h3474 GTEST_CHECK_POSIX_SUCCESS_(pthread_setspecific(key_, holder_base));