HomeSort by relevance Sort by last modified time
    Searched refs:pListEntry (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
memory_pool_win.h 99 PSLIST_ENTRY pListEntry = InterlockedPopEntrySList(_pListHead);
100 if(pListEntry == NULL)
107 pListEntry = &(item->itemEntry);
110 memory = &((MemoryPoolItem<MemoryType>*)pListEntry)->payload->memoryType;
163 PSLIST_ENTRY pListEntry = InterlockedPopEntrySList(_pListHead);
164 while(pListEntry != NULL)
166 MemoryPoolItem<MemoryType>* item = ((MemoryPoolItem<MemoryType>*)pListEntry);
171 pListEntry = InterlockedPopEntrySList(_pListHead);
  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_manager_win.cc 450 PSLIST_ENTRY pListEntry = InterlockedPopEntrySList(_pListHead);
451 if(pListEntry == NULL)
463 pListEntry = &(item->itemEntry);
467 return &((IoContextPoolItem*)pListEntry)->payload.ioContext;
507 PSLIST_ENTRY pListEntry = InterlockedPopEntrySList(_pListHead);
508 while(pListEntry != NULL)
510 IoContextPoolItem* item = ((IoContextPoolItem*)pListEntry);
514 pListEntry = InterlockedPopEntrySList(_pListHead);

Completed in 57 milliseconds