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()
571 static PTLS g_pThreadKeyList = NULL; variable579 pTls->pNext = g_pThreadKeyList; in AddKeyToList()582 if ( g_pThreadKeyList ) in AddKeyToList()583 g_pThreadKeyList->pPrev = pTls; in AddKeyToList()585 g_pThreadKeyList = pTls; in AddKeyToList()600 OSL_ASSERT( pTls == g_pThreadKeyList ); in RemoveKeyFromList()601 g_pThreadKeyList = pTls->pNext; in RemoveKeyFromList()615 pTls = g_pThreadKeyList; in _osl_callThreadKeyCallbackOnThreadDetach()
Completed in 18 milliseconds