Home
last modified time | relevance | path

Searched refs:force_async (Results 1 – 12 of 12) sorted by relevance

/dports/www/elinks/elinks-0.11.7/src/network/
H A Ddns.c327 init_async_dns_lookup(struct dnsquery *dnsquery, int force_async) in init_async_dns_lookup() argument
329 if (!force_async && !get_opt_bool("connection.async_dns")) { in init_async_dns_lookup()
361 do_lookup(struct dnsquery *query, int force_async) in do_lookup() argument
368 if (init_async_dns_lookup(query, force_async)) in do_lookup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/tests/
H A Dtest_utils.h135 TestCompletionCallback(PP_Instance instance, bool force_async);
229 TestCompletionCallbackWithOutput(PP_Instance instance, bool force_async) in TestCompletionCallbackWithOutput() argument
230 : callback_(instance, force_async), in TestCompletionCallbackWithOutput()
H A Dtest_utils.cc296 bool force_async) in TestCompletionCallback() argument
300 callback_type_(force_async ? PP_REQUIRED : PP_OPTIONAL), in TestCompletionCallback()
/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A Dhtml.h83 bool force_async; member
H A Dscript.c143 nscript->force_async = true; in html_process_new_script()
/dports/www/links1/links-1.04/
H A Ddns.c166 int do_lookup(struct dnsquery *q, int force_async) in do_lookup() argument
170 if (!async_lookup && !force_async) { in do_lookup()
/dports/benchmarks/fio/fio-3.29/engines/
H A Dio_uring.c87 unsigned int force_async; member
268 .off1 = offsetof(struct ioring_options, force_async),
362 if (o->force_async && ++ld->prepped == o->force_async) { in fio_ioring_prep()
/dports/benchmarks/fio/fio-3.29/tools/fiograph/
H A Dfiograph.conf54 …edbufs registerfiles sqthread_poll sqthread_poll_cpu nonvectored uncached nowait force_async
/dports/www/links/links-2.25/
H A Ddns.c478 static int do_lookup(struct dnsquery *q, int force_async) in do_lookup() argument
482 if (!async_lookup && !force_async) { in do_lookup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ipc/
H A Dipc_mojo_bootstrap.cc774 void NotifyEndpointOfError(Endpoint* endpoint, bool force_async) { in NotifyEndpointOfError() argument
777 if (endpoint->task_runner()->RunsTasksInCurrentSequence() && !force_async) { in NotifyEndpointOfError()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ipc/
H A Dipc_mojo_bootstrap.cc777 void NotifyEndpointOfError(Endpoint* endpoint, bool force_async) { in NotifyEndpointOfError() argument
780 if (endpoint->task_runner()->RunsTasksInCurrentSequence() && !force_async) { in NotifyEndpointOfError()
/dports/devel/emscripten/emscripten-2.0.3/system/include/emscripten/
H A Dthreading.h335 int _emscripten_call_on_thread(int force_async, pthread_t target_thread, EM_FUNC_SIGNATURE sig, voi…