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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTimelineService.cpp66 static PRUintn gTLSIndex = BAD_TLS_INDEX; variable
209 NS_ABORT_IF_FALSE(gTLSIndex!=BAD_TLS_INDEX, "Our TLS not initialized");
211 TimelineThreadData *data = (TimelineThreadData *)PR_GetThreadPrivate(gTLSIndex);
229 PR_SetThreadPrivate(gTLSIndex, data);
262 PRStatus status = PR_NewThreadPrivateIndex( &gTLSIndex, ThreadDestruct );

Completed in 752 milliseconds