Home
last modified time | relevance | path

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

123456

/dports/devel/py-asyncio/asyncio-3.4.3/tests/
H A Dtest_queues.py203 def queue_put(): function
212 res = loop.run_until_complete(queue_put())
281 def queue_put(): function
285 self.loop.run_until_complete(queue_put())
301 def queue_put(): function
311 queue_put_task = asyncio.Task(queue_put(), loop=loop)
339 def queue_put(): function
343 self.loop.run_until_complete(queue_put())
349 def queue_put(): function
357 t = asyncio.Task(queue_put(), loop=self.loop)
/dports/lang/python310/Python-3.10.1/Lib/test/test_asyncio/
H A Dtest_queues.py187 async def queue_put(): function
196 res = loop.run_until_complete(queue_put())
306 async def queue_put(): function
310 self.loop.run_until_complete(queue_put())
325 async def queue_put(): function
334 queue_put_task = loop.create_task(queue_put())
451 async def queue_put(): function
455 self.loop.run_until_complete(queue_put())
460 async def queue_put(): function
467 t = self.loop.create_task(queue_put())
/dports/lang/python311/Python-3.11.0a3/Lib/test/test_asyncio/
H A Dtest_queues.py187 async def queue_put(): function
196 res = loop.run_until_complete(queue_put())
306 async def queue_put(): function
310 self.loop.run_until_complete(queue_put())
325 async def queue_put(): function
334 queue_put_task = loop.create_task(queue_put())
451 async def queue_put(): function
455 self.loop.run_until_complete(queue_put())
460 async def queue_put(): function
467 t = self.loop.create_task(queue_put())
/dports/devel/py-trollius/trollius-2.2/tests/
H A Dtest_queues.py204 def queue_put(): function
213 res = loop.run_until_complete(queue_put())
284 def queue_put(): function
288 self.loop.run_until_complete(queue_put())
305 def queue_put(): function
313 queue_put_task = asyncio.Task(queue_put(), loop=loop)
436 def queue_put(): function
440 self.loop.run_until_complete(queue_put())
446 def queue_put(): function
455 t = asyncio.Task(queue_put(), loop=self.loop)
/dports/lang/python37/Python-3.7.12/Lib/test/test_asyncio/
H A 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)
/dports/audio/picard/picard-release-2.6.2/picard/coverart/providers/
H A Dprovider.py116 def queue_put(self, what): member in CoverArtProvider
117 self.coverart.queue_put(what)
H A Durlrels.py48 self.queue_put(CoverArtImage(url))
/dports/games/d2x/d2x-0.2.5/arch/dos/comm/
H A Ddzqueue.c56 inline int queue_put(fifo_queue *q,int c) in queue_put() function
59 END_OF_FUNCTION(queue_put);
163 LOCK_FUNCTION(queue_put); in lock_queue_functions()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/test_asyncio/
H A 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())
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/test_asyncio/
H A 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())
/dports/lang/python-tools/Python-3.8.12/Lib/test/test_asyncio/
H A 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())
/dports/lang/python38/Python-3.8.12/Lib/test/test_asyncio/
H A 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())
/dports/lang/python39/Python-3.9.9/Lib/test/test_asyncio/
H A Dtest_queues.py213 async def queue_put(): function
222 res = loop.run_until_complete(queue_put())
336 async def queue_put(): function
340 self.loop.run_until_complete(queue_put())
356 async def queue_put(): function
365 queue_put_task = loop.create_task(queue_put())
489 async def queue_put(): function
493 self.loop.run_until_complete(queue_put())
499 async def queue_put(): function
506 t = self.loop.create_task(queue_put())
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/test_asyncio/
H A 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())
/dports/audio/picard-plugins/picard-plugins-d859757/plugins/deezerart/
H A D__init__.py102 self.queue_put(CoverArtImage(cover_url))
128 self.queue_put(CoverArtImage(cover_url))
/dports/comms/lirc/lirc-0.9.0/daemons/
H A Dhw_uirt2_raw.c120 static int queue_put(lirc_t data) in queue_put() function
187 queue_put(data); in uirt2_raw_readdata()
312 queue_put(data); in uirt2_raw_rec()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dthreadpool_generic.cc117 static void queue_put(thread_group_t *thread_group, TP_connection_generic *connection);
118 static void queue_put(thread_group_t *thread_group, native_event *ev, int cnt);
499 static void queue_put(thread_group_t *thread_group, native_event *ev, int cnt) in queue_put() function
802 queue_put(thread_group, ev, cnt); in listener()
1124 static void queue_put(thread_group_t *thread_group, TP_connection_generic *connection) in queue_put() function
1224 queue_put(thread_group, ev, cnt); in get_event()
1338 queue_put(thread_group, connection); in add()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dthreadpool_generic.cc225 static void queue_put(thread_group_t *thread_group, TP_connection_generic *connection);
226 static void queue_put(thread_group_t *thread_group, native_event *ev, int cnt);
564 static void queue_put(thread_group_t *thread_group, native_event *ev, int cnt) in queue_put() function
867 queue_put(thread_group, ev, cnt); in listener()
1176 static void queue_put(thread_group_t *thread_group, TP_connection_generic *connection) in queue_put() function
1274 queue_put(thread_group, ev, cnt); in get_event()
1389 queue_put(thread_group, connection); in add()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dthreadpool_generic.cc225 static void queue_put(thread_group_t *thread_group, TP_connection_generic *connection);
226 static void queue_put(thread_group_t *thread_group, native_event *ev, int cnt);
564 static void queue_put(thread_group_t *thread_group, native_event *ev, int cnt) in queue_put() function
867 queue_put(thread_group, ev, cnt); in listener()
1176 static void queue_put(thread_group_t *thread_group, TP_connection_generic *connection) in queue_put() function
1274 queue_put(thread_group, ev, cnt); in get_event()
1389 queue_put(thread_group, connection); in add()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dthreadpool_generic.cc225 static void queue_put(thread_group_t *thread_group, TP_connection_generic *connection);
226 static void queue_put(thread_group_t *thread_group, native_event *ev, int cnt);
564 static void queue_put(thread_group_t *thread_group, native_event *ev, int cnt) in queue_put() function
866 queue_put(thread_group, ev, cnt); in listener()
1175 static void queue_put(thread_group_t *thread_group, TP_connection_generic *connection) in queue_put() function
1273 queue_put(thread_group, ev, cnt); in get_event()
1388 queue_put(thread_group, connection); in add()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dthreadpool_generic.cc225 static void queue_put(thread_group_t *thread_group, TP_connection_generic *connection);
226 static void queue_put(thread_group_t *thread_group, native_event *ev, int cnt);
564 static void queue_put(thread_group_t *thread_group, native_event *ev, int cnt) in queue_put() function
866 queue_put(thread_group, ev, cnt); in listener()
1175 static void queue_put(thread_group_t *thread_group, TP_connection_generic *connection) in queue_put() function
1273 queue_put(thread_group, ev, cnt); in get_event()
1388 queue_put(thread_group, connection); in add()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dthreadpool_generic.cc117 static void queue_put(thread_group_t *thread_group, TP_connection_generic *connection);
118 static void queue_put(thread_group_t *thread_group, native_event *ev, int cnt);
499 static void queue_put(thread_group_t *thread_group, native_event *ev, int cnt) in queue_put() function
802 queue_put(thread_group, ev, cnt); in listener()
1124 static void queue_put(thread_group_t *thread_group, TP_connection_generic *connection) in queue_put() function
1224 queue_put(thread_group, ev, cnt); in get_event()
1338 queue_put(thread_group, connection); in add()
/dports/sysutils/moosefs2-cgiserv/moosefs-2.0.91/mfscommon/
H A Dpcqueue.h33 void queue_put(void *que,uint32_t id,uint32_t op,uint8_t *data,uint32_t leng);
/dports/sysutils/moosefs3-netdump/moosefs-3.0.116/mfscommon/
H A Dpcqueue.h33 void queue_put(void *que,uint32_t id,uint32_t op,uint8_t *data,uint32_t leng);
/dports/sysutils/moosefs3-metalogger/moosefs-3.0.116/mfscommon/
H A Dpcqueue.h33 void queue_put(void *que,uint32_t id,uint32_t op,uint8_t *data,uint32_t leng);

123456