Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dthreads.c125 static pthread_key_t globalkey; variable
146 int32 globalkey = 0; variable
696 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 …]