Home
last modified time | relevance | path

Searched defs:inqueue (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/multiprocessing/
Dpool.py97 def worker(inqueue, outqueue, initializer=None, initargs=(), maxtasks=None, argument
312 def _repopulate_pool_static(ctx, Process, processes, pool, inqueue, argument
331 def _maintain_pool(ctx, Process, processes, pool, inqueue, outqueue, argument
505 pool, inqueue, outqueue, initializer, initargs, argument
669 def _help_stuff_finish(inqueue, task_handler, size): argument
678 def _terminate_pool(cls, taskqueue, inqueue, outqueue, pool, change_notifier, argument
943 def _help_stuff_finish(inqueue, task_handler, size): argument
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebin.c201 GstElement *inqueue; /* Queue just after the ghostpad */ member