Searched refs:g_pThreadKeyList (Results 1 – 2 of 2) sorted by relevance
425 static PTLS g_pThreadKeyList = NULL; variable434 pTls->pNext = g_pThreadKeyList; in AddKeyToList()437 if ( g_pThreadKeyList ) in AddKeyToList()438 g_pThreadKeyList->pPrev = pTls; in AddKeyToList()440 g_pThreadKeyList = pTls; in AddKeyToList()455 OSL_ASSERT( pTls == g_pThreadKeyList ); in RemoveKeyFromList()456 g_pThreadKeyList = pTls->pNext; in RemoveKeyFromList()471 pTls = g_pThreadKeyList; in _osl_callThreadKeyCallbackOnThreadDetach()
565 static PTLS g_pThreadKeyList = NULL; variable573 pTls->pNext = g_pThreadKeyList; in AddKeyToList()576 if ( g_pThreadKeyList ) in AddKeyToList()577 g_pThreadKeyList->pPrev = pTls; in AddKeyToList()579 g_pThreadKeyList = pTls; in AddKeyToList()594 OSL_ASSERT( pTls == g_pThreadKeyList ); in RemoveKeyFromList()595 g_pThreadKeyList = pTls->pNext; in RemoveKeyFromList()609 pTls = g_pThreadKeyList; in _osl_callThreadKeyCallbackOnThreadDetach()
Completed in 31 milliseconds