Home
last modified time | relevance | path

Searched refs:globalkey (Results 1 – 2 of 2) sorted by relevance

/third_party/libxml2/
Dthreads.c134 static pthread_key_t globalkey; variable
144 static DWORD globalkey = TLS_OUT_OF_INDEXES; variable
155 int32 globalkey = 0; variable
639 void *globalval = tls_get(globalkey); in xmlGlobalStateCleanup()
665 pthread_getspecific(globalkey)) == NULL) { in xmlGetGlobalState()
670 pthread_setspecific(globalkey, tsd); in xmlGetGlobalState()
687 globalval = (xmlGlobalState *) TlsGetValue(globalkey); in xmlGetGlobalState()
689 p = (xmlGlobalStateCleanupHelperParams *) TlsGetValue(globalkey); in xmlGetGlobalState()
710 TlsSetValue(globalkey, tsd); in xmlGetGlobalState()
720 TlsSetValue(globalkey, p); in xmlGetGlobalState()
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
Dthreads.c174 static pthread_key_t globalkey; variable
184 static DWORD globalkey = TLS_OUT_OF_INDEXES; variable
195 int32 globalkey = 0; variable
703 void *globalval = tls_get(globalkey); in xmlGlobalStateCleanup()
732 pthread_getspecific(globalkey)) == NULL) { in xmlGetGlobalState()
737 pthread_setspecific(globalkey, tsd); in xmlGetGlobalState()
754 globalval = (xmlGlobalState *) TlsGetValue(globalkey); in xmlGetGlobalState()
756 p = (xmlGlobalStateCleanupHelperParams *) TlsGetValue(globalkey); in xmlGetGlobalState()
777 TlsSetValue(globalkey, tsd); in xmlGetGlobalState()
787 TlsSetValue(globalkey, p); in xmlGetGlobalState()
[all …]