Home
last modified time | relevance | path

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

/rocksdb-6.9/port/win/
Dport_win.h288 typedef DWORD pthread_key_t; typedef
290 inline int pthread_key_create(pthread_key_t* key, void (*destructor)(void*)) { in pthread_key_create()
294 pthread_key_t k = TlsAlloc(); in pthread_key_create()
303 inline int pthread_key_delete(pthread_key_t key) { in pthread_key_delete()
310 inline int pthread_setspecific(pthread_key_t key, const void* value) { in pthread_setspecific()
317 inline void* pthread_getspecific(pthread_key_t key) { in pthread_getspecific()
395 using port::pthread_key_t;
/rocksdb-6.9/util/
Dthread_local.cc150 pthread_key_t pthread_key_;
181 pthread_key_t thread_local_key = pthread_key_t (-1);
187 if (thread_local_key != pthread_key_t(-1) && in WinOnThreadExit()
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest.h3456 static pthread_key_t CreateKey() {
3457 pthread_key_t key;
3511 const pthread_key_t key_;