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

/vbox/src/libs/libxml2-2.6.31/
H A Dthreads.c135 * - globalkey used for per-thread data
139 static pthread_key_t globalkey; variable
148 static DWORD globalkey = TLS_OUT_OF_INDEXES; variable
159 int32 globalkey = 0; variable
615 void *globalval = tls_get(globalkey);
640 pthread_getspecific(globalkey)) == NULL) {
643 pthread_setspecific(globalkey, tsd);
660 globalval = (xmlGlobalState *)TlsGetValue(globalkey);
662 p = (xmlGlobalStateCleanupHelperParams*)TlsGetValue(globalkey);
672 TlsSetValue(globalkey, ts
[all...]

Completed in 41 milliseconds