| /third_party/node/test/parallel/ |
| H A D | test-child-process-spawnsync-kill-signal.js | 14 function spawn(killSignal, beforeSpawn) { function
|
| H A D | test-child-process-bad-stdio.js | |
| H A D | test-child-process-windows-hide.js | |
| /third_party/node/deps/npm/node_modules/cross-spawn/ |
| H A D | index.js | 7 function spawn(command, args, options) { function
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/ffrt/ |
| H A D | spawner.rs | 66 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 D | mod.rs | 37 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 D | ipc_ylong.rs | 26 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 D | gen_doc.py | 26 import distutils.spawn namespace
|
| /build/ohos/ndk/ |
| H A D | generate_ndk_docs.py | 21 import distutils.spawn namespace
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
| H A D | builder.rs | 62 pub fn spawn<T, R>(&self, task: T) -> JoinHandle<R> in spawn() functions
|
| H A D | mod.rs | 141 pub fn spawn<T, R>(task: T) -> JoinHandle<R> in spawn() functions
|
| /kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
| H A D | intel-cqm.c | 16 static pid_t spawn(void) in spawn() function
|
| /kernel/linux/linux-6.6/tools/perf/arch/x86/tests/ |
| H A D | intel-cqm.c | 16 static pid_t spawn(void) in spawn() function
|
| /third_party/python/Lib/distutils/ |
| H A D | spawn.py | 23 def spawn(cmd, search_path=1, verbose=0, dry_run=0): function
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/ |
| H A D | lib.rs | 47 mod spawn; modules
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | popen_forkserver.py | 9 from . import spawn namespace
|
| H A D | popen_spawn_posix.py | 6 from . import spawn namespace
|
| /third_party/python/Lib/distutils/tests/ |
| H A D | test_spawn.py | 10 from distutils.spawn import spawn namespace [all...] |
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
| H A D | mod.rs | 191 pub fn spawn<T, R>(&self, task: T) -> JoinHandle<R> in spawn() functions [all...] |
| /commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
| H A D | entry.rs | 37 mod spawn; modules
|
| /kernel/linux/linux-5.10/crypto/ |
| H A D | geniv.c | 44 struct crypto_aead_spawn *spawn; in aead_geniv_alloc() local
|
| /kernel/linux/linux-5.10/include/crypto/internal/ |
| H A D | akcipher.h | 91 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 D | cipher.h | 185 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 D | geniv.c | 44 struct crypto_aead_spawn *spawn; in aead_geniv_alloc() local
|
| H A D | kpp.c | 117 int crypto_grab_kpp(struct crypto_kpp_spawn *spawn, in crypto_grab_kpp() argument
|