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 = NULL; 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 …]
567 static void AddKeyToList( PTLS pTls ) in AddKeyToList() argument569 if ( pTls ) in AddKeyToList()573 pTls->pNext = g_pThreadKeyList; in AddKeyToList()574 pTls->pPrev = NULL; in AddKeyToList()577 g_pThreadKeyList->pPrev = pTls; in AddKeyToList()579 g_pThreadKeyList = pTls; in AddKeyToList()585 static void RemoveKeyFromList( PTLS pTls ) in RemoveKeyFromList() argument587 if ( pTls ) in RemoveKeyFromList()590 if ( pTls->pPrev ) in RemoveKeyFromList()591 pTls->pPrev->pNext = pTls->pNext; in RemoveKeyFromList()[all …]