Home
last modified time | relevance | path

Searched refs:spawn (Results 201 - 225 of 1518) sorted by relevance

12345678910>>...61

/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawnattr_sched.c1 #include <spawn.h>
H A Dposix_spawnp.c1 #include <spawn.h>
H A Dposix_spawn_file_actions_addopen.c1 #include <spawn.h>
H A Dposix_spawn_file_actions_adddup2.c1 #include <spawn.h>
/third_party/musl/src/process/
H A Dposix_spawnattr_sched.c1 #include <spawn.h>
H A Dposix_spawnp.c1 #include <spawn.h>
H A Dposix_spawn_file_actions_addfchdir.c1 #include <spawn.h>
H A Dposix_spawn_file_actions_addchdir.c1 #include <spawn.h>
H A Dposix_spawn_file_actions_addclose.c1 #include <spawn.h>
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dposix_spawnattr_getpgroup.c17 #include <spawn.h>
24 * @tc.desc : Get the process group of spawn attr
H A Dposix_spawnattr_getflags.c17 #include <spawn.h>
24 * @tc.desc : Get the flags of spawn attr
H A Dposix_spawnattr_setpgroup.c17 #include <spawn.h>
24 * @tc.desc : set the process group of spawn attr(success)
/third_party/rust/crates/io-lifetimes/examples/
H A Deasy-conversions.rs14 .spawn() in main()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs355 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 Dchild_process.js172 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 Dmod.rs61 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 Dtest_archive_util.py14 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 Dasync_http_multi.rs24 handles.push(ylong_runtime::spawn(async move { in main()
H A Dasync_http.rs22 let handle = ylong_runtime::spawn(async move { in main()
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/bin/
H A Dylong_sync_rwlock_perf.rs24 ylong_runtime::spawn(async move { in main()
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dmutex.rs45 let handle = ylong_runtime::spawn(async move { in sdv_mutex_lock_hold_longtime()
/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc_async/
H A Dmod.rs35 /// 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 Dtest-repl-import-referrer.js9 const child = cp.spawn(process.execPath, args, opts);
/third_party/node/test/pseudo-tty/
H A Dtest-trace-sigint-disabled.js12 const cp = childProcess.spawn(
H A Dtest-trace-sigint-on-idle.js11 const cp = childProcess.spawn(

Completed in 14 milliseconds

12345678910>>...61