Home
last modified time | relevance | path

Searched defs:spawn (Results 1 - 25 of 81) 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
/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
H A Darchive_util.py17 from distutils.spawn import spawn namespace
/third_party/python/Lib/multiprocessing/
H A Dpopen_forkserver.py9 from . import spawn namespace
H A Dpopen_spawn_posix.py6 from . import spawn namespace
H A Dresource_tracker.py24 from . import spawn namespace
H A Dpopen_spawn_win32.py8 from . import spawn namespace
/third_party/python/Lib/distutils/tests/
H A Dtest_spawn.py10 from distutils.spawn import spawn namespace
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dgeniv.c44 struct crypto_aead_spawn *spawn; in aead_geniv_alloc() local
H A Dcmac.c204 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in cmac_init_tfm() local
225 struct crypto_cipher_spawn *spawn; in cmac_create() local
H A Dxcbc.c170 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in xcbc_init_tfm() local
191 struct crypto_cipher_spawn *spawn; in xcbc_create() local
H A Dakcipher.c93 int crypto_grab_akcipher(struct crypto_akcipher_spawn *spawn, in crypto_grab_akcipher() argument
/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
H A Daead.h88 static inline void crypto_drop_aead(struct crypto_aead_spawn *spawn) in crypto_drop_aead() argument
93 crypto_spawn_aead_alg( struct crypto_aead_spawn *spawn) crypto_spawn_aead_alg() argument
99 crypto_spawn_aead( struct crypto_aead_spawn *spawn) crypto_spawn_aead() 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
/third_party/python/Lib/distutils/command/
H A Dupload.py17 from distutils.spawn import spawn namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DParallel.cpp149 void TaskGroup::spawn(std::function<void()> F) { in spawn() function in llvm::parallel::detail::TaskGroup
/third_party/python/Lib/
H A Dpty.py193 def spawn(argv, master_read=_read, stdin_read=_read): function

Completed in 9 milliseconds

1234