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

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsExceptionService.h84 static void PR_CALLBACK ThreadDestruct( void *data );
H A DnsExceptionService.cpp111 // shutting down xpcom) and ThreadDestruct (called after xpcom destroyed the
187 status = PR_NewThreadPrivateIndex( &tlsIndex, ThreadDestruct );
210 void nsExceptionService::ThreadDestruct( void *data ) function in class:nsExceptionService
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTimelineService.cpp239 static void ThreadDestruct (void *data);
243 void ThreadDestruct( void *data ) function
262 PRStatus status = PR_NewThreadPrivateIndex( &gTLSIndex, ThreadDestruct );

Completed in 1177 milliseconds