Home
last modified time | relevance | path

Searched defs:spawn (Results 1 - 25 of 95) sorted by relevance

1234

/third_party/node/test/parallel/
H A Dtest-child-process-spawnsync-kill-signal.js14 function spawn(killSignal, beforeSpawn) { function
H A Dtest-child-process-bad-stdio.js
H A Dtest-child-process-windows-hide.js
/third_party/node/deps/npm/node_modules/cross-spawn/
H A Dindex.js7 function spawn(command, args, options) { function
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/
H A Dspawner.rs66 pub fn spawn<F>(task: F, builder: &TaskBuilder) -> JoinHandle<F::Output> in spawn() functions
/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc_async/
H A Dmod.rs37 fn spawn<'a, F1, F2, Fut, A, B>( in spawn() functions
55 fn spawn<T, R>(task: T) -> JoinHandle<R> in spawn() functions
H A Dipc_ylong.rs26 fn spawn<'a, F1, F2, Fut, A, B>(spawn_this: F1, after_handle: F2) -> BoxFuture<'a, IpcResult<B>> in spawn() functions
67 fn spawn<T, R>(task: T) -> JoinHandle<R> in spawn() functions
/build/lite/ndk/doc/
H A Dgen_doc.py26 import distutils.spawn namespace
/build/ohos/ndk/
H A Dgenerate_ndk_docs.py21 import distutils.spawn namespace
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dbuilder.rs62 pub fn spawn<T, R>(&self, task: T) -> JoinHandle<R> in spawn() functions
H A Dmod.rs141 pub fn spawn<T, R>(task: T) -> JoinHandle<R> in spawn() functions
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
H A Dintel-cqm.c16 static pid_t spawn(void) in spawn() function
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/
H A Dintel-cqm.c16 static pid_t spawn(void) in spawn() function
/third_party/python/Lib/distutils/
H A Dspawn.py23 def spawn(cmd, search_path=1, verbose=0, dry_run=0): function
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
H A Dlib.rs47 mod spawn; modules
/third_party/python/Lib/multiprocessing/
H A Dpopen_forkserver.py9 from . import spawn namespace
H A Dpopen_spawn_posix.py6 from . import spawn namespace
/third_party/python/Lib/distutils/tests/
H A Dtest_spawn.py10 from distutils.spawn import spawn namespace
[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dmod.rs191 pub fn spawn<T, R>(&self, task: T) -> JoinHandle<R> in spawn() functions
[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dentry.rs37 mod spawn; modules
/kernel/linux/linux-5.10/crypto/
H A Dgeniv.c44 struct crypto_aead_spawn *spawn; in aead_geniv_alloc() local
/kernel/linux/linux-5.10/include/crypto/internal/
H A Dakcipher.h91 static inline void crypto_drop_akcipher(struct crypto_akcipher_spawn *spawn) in crypto_drop_akcipher() argument
85 crypto_spawn_akcipher( struct crypto_akcipher_spawn *spawn) crypto_spawn_akcipher() argument
96 crypto_spawn_akcipher_alg( struct crypto_akcipher_spawn *spawn) crypto_spawn_akcipher_alg() argument
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dcipher.h185 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, in crypto_grab_cipher() argument
195 static inline void crypto_drop_cipher(struct crypto_cipher_spawn *spawn) in crypto_drop_cipher() argument
200 crypto_spawn_cipher_alg( struct crypto_cipher_spawn *spawn) crypto_spawn_cipher_alg() argument
206 crypto_spawn_cipher( struct crypto_cipher_spawn *spawn) crypto_spawn_cipher() argument
/kernel/linux/linux-6.6/crypto/
H A Dgeniv.c44 struct crypto_aead_spawn *spawn; in aead_geniv_alloc() local
H A Dkpp.c117 int crypto_grab_kpp(struct crypto_kpp_spawn *spawn, in crypto_grab_kpp() argument

Completed in 6 milliseconds

1234