Home
last modified time | relevance | path

Searched refs:sync_func (Results 1 – 25 of 51) sorted by relevance

123

/dports/net-im/farstream/farstream-0.2.9/gst/fsrtpconference/
H A Dfs-rtp-packet-modder.c107 FsRtpPacketModderSyncTimeFunc sync_func, in fs_rtp_packet_modder_new() argument
113 g_return_val_if_fail (sync_func != NULL, NULL); in fs_rtp_packet_modder_new()
118 self->sync_func = sync_func; in fs_rtp_packet_modder_new()
175 buffer_ts = self->sync_func (self, buffer, self->user_data); in fs_rtp_packet_modder_chain()
H A Dfs-rtp-packet-modder.h68 FsRtpPacketModderSyncTimeFunc sync_func; member
88 FsRtpPacketModderSyncTimeFunc sync_func,
/dports/devel/py-RPyC/rpyc-5.0.1/demos/sharing/
H A Dserver.py15 def sync_func(func): function
23 return sync_func
/dports/www/py-asgiref/asgiref-3.4.1/tests/
H A Dtest_sync.py602 def sync_func(): function
606 assert asyncio.iscoroutinefunction(sync_to_async(sync_func))
655 def sync_func(): function
660 sync_func, thread_sensitive=False, executor=custom_executor
669 sync_func,
/dports/www/py-tornado/tornado-6.1/tornado/test/
H A Dioloop_test.py497 def sync_func(self_event, other_event): function
508 IOLoop.current().run_in_executor(None, sync_func, event1, event2),
509 IOLoop.current().run_in_executor(None, sync_func, event2, event1),
519 def sync_func(self_event, other_event): function
529 None, sync_func, self_event, other_event
547 def sync_func(): function
553 yield loop.run_in_executor(None, sync_func)
/dports/audio/rhythmbox/rhythmbox-3.4.4/lib/
H A Drb-util.c1189 RBDelayedSyncFunc sync_func; in do_delayed_apply() local
1192 sync_func = g_object_get_data (G_OBJECT (settings), DELAYED_SYNC_FUNC_ITEM); in do_delayed_apply()
1193 if (sync_func != NULL) { in do_delayed_apply()
1194 sync_func (settings, data); in do_delayed_apply()
1220 rb_settings_delayed_sync (GSettings *settings, RBDelayedSyncFunc sync_func, gpointer data, GDestroy… in rb_settings_delayed_sync() argument
1222 if (sync_func == NULL) { in rb_settings_delayed_sync()
1227 g_object_set_data (G_OBJECT (settings), DELAYED_SYNC_FUNC_ITEM, sync_func); in rb_settings_delayed_sync()
H A Drb-util.h112 void rb_settings_delayed_sync (GSettings *settings, RBDelayedSyncFunc sync_func, gpointer data, GDe…
/dports/net/xrdp-devel/xrdp-0.9.16/xrdp/
H A Dxrdp.c92 g_xrdp_sync(long (*sync_func)(long param1, long param2), long sync_param1, in g_xrdp_sync()
104 sync_result = sync_func(sync_param1, sync_param2); in g_xrdp_sync()
116 g_sync_func = sync_func; in g_xrdp_sync()
H A Dxrdpwin.c50 g_xrdp_sync(long (*sync_func)(long param1, long param2), long sync_param1, in g_xrdp_sync()
59 sync_result = sync_func(sync_param1, sync_param2); in g_xrdp_sync()
67 g_sync_func = sync_func; in g_xrdp_sync()
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/xrdp/
H A Dxrdp.c92 g_xrdp_sync(long (*sync_func)(long param1, long param2), long sync_param1, in g_xrdp_sync()
104 sync_result = sync_func(sync_param1, sync_param2); in g_xrdp_sync()
116 g_sync_func = sync_func; in g_xrdp_sync()
H A Dxrdpwin.c50 g_xrdp_sync(long (*sync_func)(long param1, long param2), long sync_param1, in g_xrdp_sync()
59 sync_result = sync_func(sync_param1, sync_param2); in g_xrdp_sync()
67 g_sync_func = sync_func; in g_xrdp_sync()
/dports/textproc/py-sphinx/Sphinx-3.5.2/tests/roots/test-ext-autodoc/target/
H A Dcoroutine.py33 sync_func = myawait(_other_coro_func) variable
/dports/www/py-tornado5/tornado-5.1.1/tornado/test/
H A Dioloop_test.py634 def sync_func(self_event, other_event): function
645 IOLoop.current().run_in_executor(None, sync_func, event1, event2),
646 IOLoop.current().run_in_executor(None, sync_func, event2, event1)
657 def sync_func(self_event, other_event): function
689 def sync_func(): function
695 yield loop.run_in_executor(None, sync_func)
/dports/mail/py-mailnag/mailnag-2.2.0/Mailnag/daemon/
H A Dmailnagdaemon.py198 def sync_func(account): function
203 self._idlrunner = IdlerRunner(idle_accounts, sync_func, idle_timeout)
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/adapter/gen-cpp2/
H A DServiceAsyncClient.cpp99 …apt_detail::adapted_t<my::Adapter1, ::std::int32_t> ServiceAsyncClient::sync_func(const ::apache::… in sync_func() function in cpp2::ServiceAsyncClient
101 return sync_func(rpcOptions, p_arg1, p_arg2, p_arg3); in sync_func()
104 …apt_detail::adapted_t<my::Adapter1, ::std::int32_t> ServiceAsyncClient::sync_func(apache::thrift::… in sync_func() function in cpp2::ServiceAsyncClient
H A DServiceAsyncClient.h37 …virtual ::apache::thrift::adapt_detail::adapted_t<my::Adapter1, ::std::int32_t> sync_func(const ::…
38 …virtual ::apache::thrift::adapt_detail::adapted_t<my::Adapter1, ::std::int32_t> sync_func(apache::…
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserverui/
H A De-reminders-widget.c769 ForeachSelectedSyncFunc sync_func; member
801 g_return_if_fail (fsd->sync_func != NULL); in reminders_widget_foreach_selected_thread()
811 fsd->sync_func (source_object, rd, gathered_errors, cancellable, fsd->user_data); in reminders_widget_foreach_selected_thread()
850 ForeachSelectedSyncFunc sync_func, in reminders_widget_foreach_selected() argument
860 g_return_if_fail (sync_func != NULL); in reminders_widget_foreach_selected()
870 fsd->sync_func = sync_func; in reminders_widget_foreach_selected()
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/Attributor/
H A Dheap_to_stack.ll9 declare void @sync_func(i8* %p)
51 ; CHECK-NEXT: @sync_func(i8* %1)
52 tail call void @sync_func(i8* %1)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/Attributor/
H A Dheap_to_stack.ll9 declare void @sync_func(i8* %p)
51 ; CHECK-NEXT: @sync_func(i8* %1)
52 tail call void @sync_func(i8* %1)
/dports/net/py-duet/duet-0.2.3/duet/
H A Dapi_test.py64 def sync_func(a, b): function
67 wrapped = duet.awaitable_func(sync_func)
/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/
H A Dblender_python.cpp383 static PyObject *sync_func(PyObject * /*self*/, PyObject *args) in sync_func() function
1023 {"sync", sync_func, METH_VARARGS, ""},
/dports/devel/py-curio/curio-1.5/docs/
H A Dhowto.rst353 def sync_func():
364 def sync_func():
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/Attributor/
H A Dheap_to_stack_gpu.ll15 declare void @sync_func(i8* %p)
67 ; CHECK-NEXT: tail call void @sync_func(i8* [[TMP1]])
72 tail call void @sync_func(i8* %1)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/Attributor/
H A Dheap_to_stack_gpu.ll15 declare void @sync_func(i8* %p)
67 ; CHECK-NEXT: tail call void @sync_func(i8* [[TMP1]])
72 tail call void @sync_func(i8* %1)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/Attributor/
H A Dheap_to_stack_gpu.ll15 declare void @sync_func(i8* %p)
67 ; CHECK-NEXT: tail call void @sync_func(i8* [[TMP1]])
72 tail call void @sync_func(i8* %1)

123