Home
last modified time | relevance | path

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

/rocksdb-6.9/port/win/
Dport_win.h290 inline int pthread_key_create(pthread_key_t* key, void (*destructor)(void*)) { in pthread_key_create() function
396 using port::pthread_key_create;
/rocksdb-6.9/util/
Dthread_local.cc312 if (pthread_key_create(&pthread_key_, &OnThreadExit) != 0) { in StaticMeta()
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest.h3461 pthread_key_create(&key, &DeleteThreadLocalValue));