HomeSort by relevance Sort by last modified time
    Searched full:queue_get (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Lib/test/test_asyncio/
test_queues.py 164 def queue_get(): function in function:QueueGetTests.test_blocking_get
167 res = self.loop.run_until_complete(queue_get())
196 def queue_get(): function in function:QueueGetTests.test_blocking_get_wait
206 queue_get_task = asyncio.Task(queue_get(), loop=loop)
240 def queue_get(): function in function:QueueGetTests.test_get_cancelled
245 get_task = asyncio.Task(queue_get(), loop=loop)
333 def queue_get(): function in function:QueuePutTests.test_blocking_put_wait
341 loop.run_until_complete(queue_get())
  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.h 177 extern void *queue_get(struct queue *);
process_fragments.c 274 struct file_buffer *file_buffer = queue_get(to_process_frag);
caches-queues-lists.c 81 void *queue_get(struct queue *queue) function
mksquashfs.c     [all...]
unsquashfs.c 215 void *queue_get(struct queue *queue) function
    [all...]

Completed in 1148 milliseconds