Searched defs:globalkey (Results 1 - 2 of 2) sorted by last modified time

/external/libxml2/
H A Dthreads.c142 * - globalkey used for per-thread data
146 static pthread_key_t globalkey; variable
156 static DWORD globalkey = TLS_OUT_OF_INDEXES; variable
167 int32 globalkey = 0; variable
642 void *globalval = tls_get(globalkey);
668 pthread_getspecific(globalkey)) == NULL) {
673 pthread_setspecific(globalkey, tsd);
690 globalval = (xmlGlobalState *) TlsGetValue(globalkey);
692 p = (xmlGlobalStateCleanupHelperParams *) TlsGetValue(globalkey);
713 TlsSetValue(globalkey, ts
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dthreads.c142 * - globalkey used for per-thread data
146 static pthread_key_t globalkey; variable
155 static DWORD globalkey = TLS_OUT_OF_INDEXES; variable
166 int32 globalkey = 0; variable
641 void *globalval = tls_get(globalkey);
667 pthread_getspecific(globalkey)) == NULL) {
672 pthread_setspecific(globalkey, tsd);
689 globalval = (xmlGlobalState *) TlsGetValue(globalkey);
691 p = (xmlGlobalStateCleanupHelperParams *) TlsGetValue(globalkey);
712 TlsSetValue(globalkey, ts
[all...]

Completed in 86 milliseconds