Home
last modified time | relevance | path

Searched refs:pop_queue (Results 1 – 25 of 44) sorted by relevance

12

/dports/net/freerdp/freerdp-2.5.0/uwac/libuwac/
H A Duwac-display.c739 display->pop_queue = ret;
747 return display->pop_queue != NULL;
758 while (!display->pop_queue)
768 prevItem = display->pop_queue->head;
769 *event = display->pop_queue->event;
770 free(display->pop_queue);
771 display->pop_queue = prevItem;
H A Duwac-priv.h129 UwacEventListItem *push_queue, *pop_queue; member
/dports/japanese/tiarra/tiarra-20100212/main/Tiarra/Socket/
H A DLined.pm33 sub pop_queue { subroutine
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/lib/gibber/
H A Dgibber-r-multicast-sender.c149 result->pop_queue = g_queue_new (); in gibber_r_multicast_sender_group_new()
174 g_queue_free (group->pop_queue); in gibber_r_multicast_sender_group_free()
277 g_queue_remove (group->pop_queue, s); in gibber_r_multicast_sender_group_remove()
1614 g_queue_push_tail (priv->group->pop_queue, s); in senders_collect()
1628 if (!g_queue_find (priv->group->pop_queue, sender)) in pop_packets()
1631 g_queue_push_tail (priv->group->pop_queue, sender); in pop_packets()
1644 while (pop || g_queue_peek_head (priv->group->pop_queue) != NULL) in pop_packets()
1652 while (g_queue_pop_head (priv->group->pop_queue) != NULL) in pop_packets()
1659 while ((s = g_queue_pop_head (priv->group->pop_queue)) != NULL) in pop_packets()
H A Dgibber-r-multicast-sender.h40 GQueue *pop_queue; member
/dports/japanese/tiarra/tiarra-20100212/main/
H A DIrcIO.pm141 sub pop_queue { subroutine
H A DControlPort.pm174 while (defined($_ = $this->pop_queue)) {
H A DRunLoop.pm898 $socket->pop_queue;
/dports/japanese/tiarra/tiarra-20100212/module/Tools/HTTPClient/
H A DSSL.pm165 sub pop_queue subroutine
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/openmpt123/
H A Dopenmpt123_allegro42.hpp147 std::int16_t sample = pop_queue(); in forward_queue()
H A Dopenmpt123.hpp589 Tsample pop_queue() { in pop_queue() function in openmpt123::write_buffers_polling_wrapper
645 std::int16_t pop_queue() { in pop_queue() function in openmpt123::write_buffers_polling_wrapper_int
/dports/japanese/tiarra/tiarra-20100212/module/Tools/MailSend/
H A DEachServer.pm270 my ($line) = $sock->pop_queue();
361 $line = $sock->pop_queue();
/dports/japanese/tiarra/tiarra-20100212/main/IrcIO/
H A DClient.pm185 sub pop_queue { subroutine
187 my $msg = $this->SUPER::pop_queue;
H A DServer.pm527 sub pop_queue { subroutine
529 my $msg = $this->SUPER::pop_queue;
/dports/net/traff/traff-0.7/
H A Dtraff.c71 int pop_queue(t_raw_data * dst_data);
245 pop_queue(&packet); in main()
456 int pop_queue(t_raw_data * dst_data) { in pop_queue() function
H A DChangeLog55 …(pop_queue): Accounting is stopped for the case, that sem_wait is passed without a packet in the q…
/dports/multimedia/pipewire/pipewire-0.3.43/src/pipewire/
H A Dstream.c327 static inline struct buffer *pop_queue(struct stream *stream, struct queue *queue) in pop_queue() function
752 while ((b = pop_queue(impl, &impl->dequeued))) { in clear_buffers()
954 if ((b = pop_queue(impl, &impl->queued))) { in impl_node_process_input()
988 if ((b = pop_queue(impl, &impl->queued)) != NULL) { in impl_node_process_output()
2091 if ((b = pop_queue(impl, &impl->dequeued)) == NULL) { in pw_stream_dequeue_buffer()
2143 b = pop_queue(impl, &impl->queued); in do_flush()
H A Dfilter.c361 static inline struct buffer *pop_queue(struct port *port, struct queue *queue) in pop_queue() function
1084 if ((b = pop_queue(p, &p->queued)) != NULL) { in impl_node_process()
1095 if ((b = pop_queue(p, &p->queued)) != NULL) { in impl_node_process()
1829 if ((b = pop_queue(p, &p->dequeued)) == NULL) { in pw_filter_dequeue_buffer()
1889 b = pop_queue(impl, &impl->queued); in do_flush()
/dports/deskutils/pinot/pinot-1.20/Core/
H A DWorkerThreads.h53 virtual bool pop_queue(const std::string &urlWasIndexed = "");
H A DWorkerThreads.cpp205 bool QueueManager::pop_queue(const string &urlWasIndexed) in pop_queue() function in QueueManager
/dports/japanese/tiarra/tiarra-20100212/module/Tools/
H A DHTTPClient.pm380 while( defined(my $line = $this->{socket}->pop_queue) )
/dports/graphics/mapcache/mapcache-1.10.0/util/
H A Dmapcache_seed.c173 int pop_queue(struct seed_cmd *cmd) in pop_queue() function
666 ret = pop_queue(&cmd); in seed_worker()
/dports/deskutils/pinot/pinot-1.20/UI/GTK3/src/
H A DPrefsWindow.cpp325 m_state.pop_queue(); in on_thread_end()
/dports/biology/lamarc/lamarc-2.1.8/boost/wave/util/
H A Dcpp_macromap.hpp507 on_exit::pop_front<definition_container_type> pop_queue (pending); in expand_tokensequence_worker() local
/dports/devel/boost-docs/boost_1_72_0/boost/wave/util/
H A Dcpp_macromap.hpp654 on_exit::pop_front<definition_container_type> pop_queue (pending); in expand_tokensequence_worker() local

12