Searched refs:StartPolling (Results 1 – 5 of 5) sorted by relevance
36 bool StartPolling(IOEventLoop& loop, const std::function<bool(Record*)>& record_callback,
82 bool StartPolling(IOEventLoop& loop, const std::function<bool()>& callback);
70 bool InplaceSamplerClient::StartPolling(IOEventLoop& loop, in StartPolling() function in InplaceSamplerClient
532 if (!event_fd->StartPolling(*loop_, [this]() { in PrepareToReadMmapEventData()540 if (!sampler->StartPolling(*loop_, callback, in PrepareToReadMmapEventData()821 !fd_with_buffer->StartPolling(*loop_, [this]() { in CreateMappedBufferForCpu()
264 bool EventFd::StartPolling(IOEventLoop& loop, in StartPolling() function in EventFd