Searched refs:globalkey (Results 1 – 1 of 1) sorted by relevance
125 static pthread_key_t globalkey; variable146 int32 globalkey = 0; variable696 TlsSetValue(globalkey, tsd); in xmlGetGlobalState()706 TlsSetValue(globalkey, p); in xmlGetGlobalState()724 tls_set(globalkey, tsd); in xmlGetGlobalState()907 pthread_key_delete(globalkey); in xmlCleanupThreads()927 TlsFree(globalkey); in xmlCleanupThreads()928 globalkey = TLS_OUT_OF_INDEXES; in xmlCleanupThreads()964 globalkey = TlsAlloc(); in xmlOnceInit()978 globalkey = tls_allocate(); in xmlOnceInit()[all …]