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.py197 async def queue_put(): function
206 res = loop.run_until_complete(queue_put())
310 async def queue_put(): function
314 self.loop.run_until_complete(queue_put())
329 async def queue_put(): function
338 queue_put_task = asyncio.Task(queue_put(), loop=loop)
454 async def queue_put(): function
458 self.loop.run_until_complete(queue_put())
463 async def queue_put(): function
470 t = asyncio.Task(queue_put(), loop=self.loop)
/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()
Dmksquashfs.c1651 queue_put(to_writer, write_buffer); in unlock_fragments()
1666 queue_put(locked_fragment, write_buffer); in add_pending_fragment()
1679 queue_put(to_frag, fragment); in write_fragment()
2215 queue_put(to_process_frag, file_buffer); in put_file_buffer()
2217 queue_put(to_deflate, file_buffer); in put_file_buffer()
2464 queue_put(from_writer, NULL); in writer()
2577 queue_put(to_writer, write_buffer); in frag_deflator()
2679 queue_put(to_writer, read_buffer); in write_file_process()
2723 queue_put(to_writer, NULL); in write_file_process()
2784 queue_put(to_writer, read_buffer); in write_file_blocks_dup()
[all …]
Dcaches-queues-lists.h176 extern void queue_put(struct queue *, void *);
Dcaches-queues-lists.c64 void queue_put(struct queue *queue, void *data) in queue_put() function