Searched refs:globalkey (Results 1 – 1 of 1) sorted by relevance
146 static pthread_key_t globalkey; variable156 static DWORD globalkey = TLS_OUT_OF_INDEXES; variable167 int32 globalkey = 0; variable644 void *globalval = tls_get(globalkey); in xmlGlobalStateCleanup()670 pthread_getspecific(globalkey)) == NULL) { in xmlGetGlobalState()675 pthread_setspecific(globalkey, tsd); in xmlGetGlobalState()692 globalval = (xmlGlobalState *) TlsGetValue(globalkey); in xmlGetGlobalState()694 p = (xmlGlobalStateCleanupHelperParams *) TlsGetValue(globalkey); in xmlGetGlobalState()715 TlsSetValue(globalkey, tsd); in xmlGetGlobalState()725 TlsSetValue(globalkey, p); in xmlGetGlobalState()[all …]