Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_conference_mixer/source/
Dmemory_pool_win.h99 PSLIST_ENTRY pListEntry = InterlockedPopEntrySList(_pListHead); in PopMemory() local
100 if(pListEntry == NULL) in PopMemory()
107 pListEntry = &(item->itemEntry); in PopMemory()
110 memory = &((MemoryPoolItem<MemoryType>*)pListEntry)->payload->memoryType; in PopMemory()
163 PSLIST_ENTRY pListEntry = InterlockedPopEntrySList(_pListHead); in Terminate() local
164 while(pListEntry != NULL) in Terminate()
166 MemoryPoolItem<MemoryType>* item = ((MemoryPoolItem<MemoryType>*)pListEntry); in Terminate()
171 pListEntry = InterlockedPopEntrySList(_pListHead); in Terminate()
/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_manager_win.cc450 PSLIST_ENTRY pListEntry = InterlockedPopEntrySList(_pListHead); in PopIoContext() local
451 if(pListEntry == NULL) in PopIoContext()
463 pListEntry = &(item->itemEntry); in PopIoContext()
467 return &((IoContextPoolItem*)pListEntry)->payload.ioContext; in PopIoContext()
507 PSLIST_ENTRY pListEntry = InterlockedPopEntrySList(_pListHead); in Free() local
508 while(pListEntry != NULL) in Free()
510 IoContextPoolItem* item = ((IoContextPoolItem*)pListEntry); in Free()
514 pListEntry = InterlockedPopEntrySList(_pListHead); in Free()