/third_party/musl/porting/liteos_a/user/src/process/ |
H A D | posix_spawnattr_sched.c | 1 #include <spawn.h>
|
H A D | posix_spawnp.c | 1 #include <spawn.h>
|
H A D | posix_spawn_file_actions_addopen.c | 1 #include <spawn.h>
|
H A D | posix_spawn_file_actions_adddup2.c | 1 #include <spawn.h>
|
/third_party/musl/src/process/ |
H A D | posix_spawnattr_sched.c | 1 #include <spawn.h>
|
H A D | posix_spawnp.c | 1 #include <spawn.h>
|
H A D | posix_spawn_file_actions_addfchdir.c | 1 #include <spawn.h>
|
H A D | posix_spawn_file_actions_addchdir.c | 1 #include <spawn.h>
|
H A D | posix_spawn_file_actions_addclose.c | 1 #include <spawn.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/process/ |
H A D | posix_spawnattr_getpgroup.c | 17 #include <spawn.h> 24 * @tc.desc : Get the process group of spawn attr
|
H A D | posix_spawnattr_getflags.c | 17 #include <spawn.h> 24 * @tc.desc : Get the flags of spawn attr
|
H A D | posix_spawnattr_setpgroup.c | 17 #include <spawn.h> 24 * @tc.desc : set the process group of spawn attr(success)
|
/third_party/rust/crates/io-lifetimes/examples/ |
H A D | easy-conversions.rs | 14 .spawn() in main()
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | dispatcher.rs | 355 let send = crate::runtime::spawn(async move { in launch() 367 let recv = crate::runtime::spawn(async move { in launch() 374 let manager = crate::runtime::spawn(async move { in launch() 761 let stream_handle = crate::runtime::spawn(async move { 769 let io_handle = crate::runtime::spawn(async move {
|
/third_party/node/lib/ |
H A D | child_process.js | 172 return spawn(options.execPath, args, options); 351 const child = spawn(file, args, { 657 // collect coverage for programs that spawn with white-listed environment. 753 function spawn(file, args, options) { function 760 debug('spawn', options); 761 child.spawn(options); 1019 spawn,
|
/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/ |
H A D | mod.rs | 61 let server_handle = $runtime.spawn(async move { 87 let server_handle = $runtime.spawn(async move { 130 tokio::spawn(async move { 180 tokio::spawn(async move {
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_archive_util.py | 14 from distutils.spawn import find_executable, spawn namespace 172 spawn(tar_cmd) 173 spawn(gzip_cmd)
|
/commonlibrary/rust/ylong_http/ylong_http_client/examples/ |
H A D | async_http_multi.rs | 24 handles.push(ylong_runtime::spawn(async move { in main()
|
H A D | async_http.rs | 22 let handle = ylong_runtime::spawn(async move { in main()
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/bin/ |
H A D | ylong_sync_rwlock_perf.rs | 24 ylong_runtime::spawn(async move { in main()
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
H A D | mutex.rs | 45 let handle = ylong_runtime::spawn(async move { in sdv_mutex_lock_hold_longtime()
|
/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc_async/ |
H A D | mod.rs | 35 /// let result = spawn(spawn, after_handle).await;
37 fn spawn<'a, F1, F2, Fut, A, B>(
in spawn() functions 55 fn spawn<T, R>(task: T) -> JoinHandle<R>
in spawn() functions
|
/third_party/node/test/parallel/ |
H A D | test-repl-import-referrer.js | 9 const child = cp.spawn(process.execPath, args, opts);
|
/third_party/node/test/pseudo-tty/ |
H A D | test-trace-sigint-disabled.js | 12 const cp = childProcess.spawn(
|
H A D | test-trace-sigint-on-idle.js | 11 const cp = childProcess.spawn(
|