Home
last modified time | relevance | path

Searched refs:GetQueueSize (Results 1 – 25 of 48) sorted by relevance

12

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/android/
H A DWinEventsAndroid.cpp84 for (size_t pumpEventCount = GetQueueSize(); pumpEventCount > 0; --pumpEventCount) in MessagePump()
108 size_t CWinEventsAndroid::GetQueueSize() in GetQueueSize() function in CWinEventsAndroid
H A DWinEventsAndroid.h32 size_t GetQueueSize();
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/ios/
H A DWinEventsIOS.mm31 for (size_t pumpEventCount = GetQueueSize(); pumpEventCount > 0; --pumpEventCount)
50 size_t CWinEventsIOS::GetQueueSize() function
H A DWinEventsIOS.h18 size_t GetQueueSize();
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/tvos/
H A DWinEventsTVOS.mm45 size_t CWinEventsTVOS::GetQueueSize() function
59 for (size_t pumpEventCount = GetQueueSize(); pumpEventCount > 0; --pumpEventCount)
H A DWinEventsTVOS.h28 size_t GetQueueSize();
H A DWinSystemTVOS.h40 size_t GetQueueSize();
H A DWinSystemTVOS.mm91 size_t CWinSystemTVOS::GetQueueSize() function
93 return dynamic_cast<CWinEventsTVOS&>(*m_winEvents).GetQueueSize();
/dports/devel/fpc-fcl-web/fpc-3.2.2/packages/fcl-web/src/base/
H A Dcusthttpapp.pp58 function GetQueueSize: Word;
89 Property QueueSize : Word Read GetQueueSize Write SetQueueSize Default 5;
128 function GetQueueSize: Word;
145 Property QueueSize : Word Read GetQueueSize Write SetQueueSize Default 5;
244 function TCustomHTTPApplication.GetQueueSize: Word;
400 function TFPHTTPServerHandler.GetQueueSize: Word;
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-web/src/base/
H A Dcusthttpapp.pp58 function GetQueueSize: Word;
89 Property QueueSize : Word Read GetQueueSize Write SetQueueSize Default 5;
128 function GetQueueSize: Word;
145 Property QueueSize : Word Read GetQueueSize Write SetQueueSize Default 5;
244 function TCustomHTTPApplication.GetQueueSize: Word;
400 function TFPHTTPServerHandler.GetQueueSize: Word;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dlazcollections.pas94 function GetQueueSize: integer; inline; in GetQueueSize() function
114 property QueueSize: integer read GetQueueSize;
337 function TLazThreadedQueue.GetQueueSize: integer; in TLazThreadedQueue.GetQueueSize() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dlazcollections.pas94 function GetQueueSize: integer; inline; in GetQueueSize() function
114 property QueueSize: integer read GetQueueSize;
337 function TLazThreadedQueue.GetQueueSize: integer; in TLazThreadedQueue.GetQueueSize() function
/dports/www/davix/davix-0.7.6/test/bench/
H A Dchunk_queue.h32 int GetQueueSize();
H A Dchunk_queue.cpp101 int ChunkQueue::GetQueueSize() in GetQueueSize() function in ChunkQueue
/dports/news/nzbget/nzbget-21.1/daemon/extension/
H A DQueueScript.h46 int GetQueueSize();
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DRssReader.h45 int GetQueueSize();
H A DRssReader.cpp103 int CRssReader::GetQueueSize() in GetQueueSize() function in CRssReader
111 while (GetQueueSize()) in Process()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/audio_core/
H A Dstream.h80 [[nodiscard]] std::size_t GetQueueSize() const { in GetQueueSize() function
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dqueue.hpp135 int GetQueueSize();
H A Dheadless.cpp133 } while (gQueue->GetQueueSize() > 0); in RenderQueue()
151 } while (gQueue->GetQueueSize() == 0); in RenderQueue()
H A Drender_queue.cpp122 int queueTotalLeft = gQueue->GetQueueSize(); in slotRenderQueue()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/win10/
H A DWinEventsWin10.h28 virtual size_t GetQueueSize();
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/connect/
H A Dncbi_usage_report.hpp506 unsigned GetQueueSize(void);
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/connect/
H A Dncbi_usage_report.hpp506 unsigned GetQueueSize(void);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/darwin/tvos/input/
H A DLibInputRemote.mm109 if (!winSystem->GetQueueSize())

12