OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:globalkey
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
threads.c
142
* -
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
, tsd)
[
all
...]
/external/libxml2/
threads.c
142
* -
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
643
void *globalval = tls_get(
globalkey
);
669
pthread_getspecific(
globalkey
)) == NULL) {
674
pthread_setspecific(
globalkey
, tsd);
691
globalval = (xmlGlobalState *) TlsGetValue(
globalkey
);
693
p = (xmlGlobalStateCleanupHelperParams *) TlsGetValue(
globalkey
);
714
TlsSetValue(
globalkey
, tsd)
[
all
...]
Completed in 55 milliseconds