Searched refs:queue_put (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_queues.py | 191 async def queue_put(): function 200 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 = loop.create_task(queue_put()) 455 async def queue_put(): function 459 self.loop.run_until_complete(queue_put()) 464 async def queue_put(): function 471 t = self.loop.create_task(queue_put())
|
/external/strace/ |
D | unwind.c | 208 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()
|
D | ChangeLog | 38414 (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/ |
D | unsquashfs.c | 200 void queue_put(struct queue *queue, void *data) in queue_put() function 414 queue_put(to_reader, entry); in cache_get() 979 queue_put(to_writer, file); in queue_file() 996 queue_put(to_writer, file); in queue_dir() 1046 queue_put(to_writer, block); in write_file() 1060 queue_put(to_writer, block); in write_file() 1984 queue_put(to_inflate, entry); in reader() 2013 queue_put(from_writer, NULL); in writer() 2806 queue_put(to_writer, NULL); in main()
|
D | mksquashfs.c | 1653 queue_put(to_writer, write_buffer); in unlock_fragments() 1668 queue_put(locked_fragment, write_buffer); in add_pending_fragment() 1681 queue_put(to_frag, fragment); in write_fragment() 2217 queue_put(to_process_frag, file_buffer); in put_file_buffer() 2219 queue_put(to_deflate, file_buffer); in put_file_buffer() 2466 queue_put(from_writer, NULL); in writer() 2579 queue_put(to_writer, write_buffer); in frag_deflator() 2681 queue_put(to_writer, read_buffer); in write_file_process() 2725 queue_put(to_writer, NULL); in write_file_process() 2786 queue_put(to_writer, read_buffer); in write_file_blocks_dup() [all …]
|
D | caches-queues-lists.h | 176 extern void queue_put(struct queue *, void *);
|
D | caches-queues-lists.c | 64 void queue_put(struct queue *queue, void *data) in queue_put() function
|