Searched refs:pListEntry (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
H A Dmemory_pool_win.h99 PSLIST_ENTRY pListEntry = InterlockedPopEntrySList(_pListHead); local
100 if(pListEntry == NULL)
107 pListEntry = &(item->itemEntry);
110 memory = &((MemoryPoolItem<MemoryType>*)pListEntry)->payload->memoryType;
163 PSLIST_ENTRY pListEntry = InterlockedPopEntrySList(_pListHead); local
164 while(pListEntry != NULL)
166 MemoryPoolItem<MemoryType>* item = ((MemoryPoolItem<MemoryType>*)pListEntry);
171 pListEntry = InterlockedPopEntrySList(_pListHead);
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket2_manager_win.cc462 PSLIST_ENTRY pListEntry = InterlockedPopEntrySList(_pListHead); local
463 if(pListEntry == NULL)
475 pListEntry = &(item->itemEntry);
479 return &((IoContextPoolItem*)pListEntry)->payload.ioContext;
519 PSLIST_ENTRY pListEntry = InterlockedPopEntrySList(_pListHead); local
520 while(pListEntry != NULL)
522 IoContextPoolItem* item = ((IoContextPoolItem*)pListEntry);
526 pListEntry = InterlockedPopEntrySList(_pListHead);

Completed in 1589 milliseconds