Searched refs:pthread_key_t (Results 1 – 3 of 3) sorted by relevance
288 typedef DWORD pthread_key_t; typedef290 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;
150 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()
3456 static pthread_key_t CreateKey() {3457 pthread_key_t key;3511 const pthread_key_t key_;