Home
last modified time | relevance | path

Searched refs:queue_put (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_queues.py213 async def queue_put(): function
222 res = loop.run_until_complete(queue_put())
335 async def queue_put(): function
339 self.loop.run_until_complete(queue_put())
355 async def queue_put(): function
364 queue_put_task = loop.create_task(queue_put())
488 async def queue_put(): function
492 self.loop.run_until_complete(queue_put())
498 async def queue_put(): function
505 t = self.loop.create_task(queue_put())
/external/strace/
Dunwind.c208 queue_put(struct unwind_queue_t *queue, in queue_put() function
241 queue_put(queue, in queue_put_call()
254 queue_put(queue, NULL, NULL, 0, ip, error); in queue_put_error()
DChangeLog38414 (stacktrace_walk, queue_put): Use xmalloc.
43222 queue_put, queue_put_call): Add const qualifier to binary_filename and
43236 print_call_cb, sprint_call_or_error, queue_put, queue_put_call):
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c199 void queue_put(struct queue *queue, void *data) in queue_put() function
413 queue_put(to_reader, entry); in cache_get()
978 queue_put(to_writer, file); in queue_file()
995 queue_put(to_writer, file); in queue_dir()
1045 queue_put(to_writer, block); in write_file()
1059 queue_put(to_writer, block); in write_file()
1983 queue_put(to_inflate, entry); in reader()
2012 queue_put(from_writer, NULL); in writer()
2805 queue_put(to_writer, NULL); in main()
Dcaches-queues-lists.h176 extern void queue_put(struct queue *, void *);
Dmksquashfs.c1652 queue_put(to_writer, write_buffer); in unlock_fragments()
1667 queue_put(locked_fragment, write_buffer); in add_pending_fragment()
1680 queue_put(to_frag, fragment); in write_fragment()
2216 queue_put(to_process_frag, file_buffer); in put_file_buffer()
2218 queue_put(to_deflate, file_buffer); in put_file_buffer()
2465 queue_put(from_writer, NULL); in writer()
2578 queue_put(to_writer, write_buffer); in frag_deflator()
2680 queue_put(to_writer, read_buffer); in write_file_process()
2724 queue_put(to_writer, NULL); in write_file_process()
2785 queue_put(to_writer, read_buffer); in write_file_blocks_dup()
[all …]
Dcaches-queues-lists.c64 void queue_put(struct queue *queue, void *data) in queue_put() function