Searched refs:pTls (Results 1 – 2 of 2) sorted by relevance
428 static void AddKeyToList( PTLS pTls ) in AddKeyToList() argument430 if ( pTls ) in AddKeyToList()434 pTls->pNext = g_pThreadKeyList; in AddKeyToList()435 pTls->pPrev = 0; in AddKeyToList()438 g_pThreadKeyList->pPrev = pTls; in AddKeyToList()440 g_pThreadKeyList = pTls; in AddKeyToList()446 static void RemoveKeyFromList( PTLS pTls ) in RemoveKeyFromList() argument448 if ( pTls ) in RemoveKeyFromList()451 if ( pTls->pPrev ) in RemoveKeyFromList()452 pTls->pPrev->pNext = pTls->pNext; in RemoveKeyFromList()[all …]
573 static void AddKeyToList( PTLS pTls ) in AddKeyToList() argument575 if ( pTls ) in AddKeyToList()579 pTls->pNext = g_pThreadKeyList; in AddKeyToList()580 pTls->pPrev = 0; in AddKeyToList()583 g_pThreadKeyList->pPrev = pTls; in AddKeyToList()585 g_pThreadKeyList = pTls; in AddKeyToList()591 static void RemoveKeyFromList( PTLS pTls ) in RemoveKeyFromList() argument593 if ( pTls ) in RemoveKeyFromList()596 if ( pTls->pPrev ) in RemoveKeyFromList()597 pTls->pPrev->pNext = pTls->pNext; in RemoveKeyFromList()[all …]