Home
last modified time | relevance | path

Searched refs:exec_fun (Results 1 – 25 of 55) sorted by relevance

123

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/engine/
H A Dnaive_engine.cc152 void PushAsync(AsyncFn exec_fun, in PushAsync() argument
175 opr.reset(NewOperator(exec_fun, const_vars, mutable_vars, in PushAsync()
197 exec_fun(RunContext{exec_ctx, streams_[dev_id], aux_streams_[dev_id], false}, callback); in PushAsync()
202 exec_fun(RunContext{exec_ctx, &cpu_stream_, nullptr, false}, callback); in PushAsync()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/engine/
H A Dnaive_engine.cc152 void PushAsync(AsyncFn exec_fun, in PushAsync() argument
175 opr.reset(NewOperator(exec_fun, const_vars, mutable_vars, in PushAsync()
197 exec_fun(RunContext{exec_ctx, streams_[dev_id], aux_streams_[dev_id], false}, callback); in PushAsync()
202 exec_fun(RunContext{exec_ctx, &cpu_stream_, nullptr, false}, callback); in PushAsync()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dfork-child.c126 void (*exec_fun)(const char *file, char * const *argv, in fork_inferior()
360 if (exec_fun != NULL) in fork_inferior()
361 (*exec_fun) (argv[0], argv, env); in fork_inferior()
/dports/devel/gdb/gdb-11.1/gdb/nat/
H A Dfork-inferior.c273 void (*exec_fun)(const char *file, char * const *argv, in fork_inferior()
417 if (exec_fun != NULL) in fork_inferior()
418 (*exec_fun) (argv[0], &argv[0], env); in fork_inferior()
H A Dfork-inferior.h49 void (*exec_fun) (const char *file,
/dports/devel/p5-MooX-Cmd/MooX-Cmd-0.017/lib/MooX/Cmd/
H A DRole.pm327 my $exec_fun = $cemn ? $cemn->() : $self->command_execute_method_name();
330 [$call_required_method->($cmd_plugin, $exec_fun, \@ARGV, $self->command_chain)];
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/src/
H A Dssh.hrl303 -type exec_spec() :: {direct, exec_fun()} .
304 -type exec_fun() :: 'exec_fun/1'() | 'exec_fun/2'() | 'exec_fun/3'(). type
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/src/
H A Dssh.hrl341 -type exec_spec() :: {direct, exec_fun()} | disabled | deprecated_exec_opt().
342 -type exec_fun() :: 'exec_fun/1'() | 'exec_fun/2'() | 'exec_fun/3'(). type
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh.hrl342 -type exec_spec() :: {direct, exec_fun()} | disabled | deprecated_exec_opt().
343 -type exec_fun() :: 'exec_fun/1'() | 'exec_fun/2'() | 'exec_fun/3'(). type
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/src/
H A Dssh.hrl332 -type exec_spec() :: {direct, exec_fun()} | disabled | deprecated_exec_opt().
333 -type exec_fun() :: 'exec_fun/1'() | 'exec_fun/2'() | 'exec_fun/3'(). type
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh.hrl342 -type exec_spec() :: {direct, exec_fun()} | disabled | deprecated_exec_opt().
343 -type exec_fun() :: 'exec_fun/1'() | 'exec_fun/2'() | 'exec_fun/3'(). type
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh.hrl342 -type exec_spec() :: {direct, exec_fun()} | disabled | deprecated_exec_opt().
343 -type exec_fun() :: 'exec_fun/1'() | 'exec_fun/2'() | 'exec_fun/3'(). type
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh.hrl342 -type exec_spec() :: {direct, exec_fun()} | disabled | deprecated_exec_opt().
343 -type exec_fun() :: 'exec_fun/1'() | 'exec_fun/2'() | 'exec_fun/3'(). type
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c83 typedef void (*exec_fun)(); typedef
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c83 typedef void (*exec_fun)(); typedef
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c83 typedef void (*exec_fun)(); typedef
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c83 typedef void (*exec_fun)(); typedef
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c83 typedef void (*exec_fun)(); typedef
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c83 typedef void (*exec_fun)(); typedef
/dports/misc/mxnet/incubator-mxnet-1.9.0/include/mxnet/
H A Dengine.h203 virtual void PushAsync(AsyncFn exec_fun, Context exec_ctx,
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c83 typedef void (*exec_fun)(); typedef
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c83 typedef void (*exec_fun)(); typedef
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c83 typedef void (*exec_fun)(); typedef
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c83 typedef void (*exec_fun)(); typedef
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c83 typedef void (*exec_fun)(); typedef

123