Home
last modified time | relevance | path

Searched refs:posix_spawn (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/bionic/
Dspawn.cpp182 static int posix_spawn(pid_t* pid_ptr, in posix_spawn() function
214 int posix_spawn(pid_t* pid, const char* path, const posix_spawn_file_actions_t* actions, in posix_spawn() function
216 return posix_spawn(pid, path, actions, attr, argv, env, execve); in posix_spawn()
221 return posix_spawn(pid, file, actions, attr, argv, env, execvpe); in posix_spawnp()
Dsystem.cpp61 if ((errno = posix_spawn(&child, __bionic_get_shell_path(), nullptr, &attributes, in system()
/bionic/benchmarks/spawn/
Dspawn_benchmark.cpp44 if (int spawn_err = posix_spawn(&child, argv[0], nullptr, nullptr, const_cast<char**>(argv), in BM_spawn_test()
/bionic/tests/headers/posix/
Dspawn_h.c51 …FUNCTION(posix_spawn, int (*f)(pid_t*, const char*, const posix_spawn_file_actions_t*, const posix… in spawn_h()
/bionic/tests/
Dspawn_test.cpp193 TEST(spawn, posix_spawn) { in TEST() argument
197 ASSERT_EQ(0, posix_spawn(&pid, eth.GetArg0(), nullptr, nullptr, eth.GetArgs(), nullptr)); in TEST()
205 ASSERT_EQ(0, posix_spawn(&pid, eth.GetArg0(), nullptr, nullptr, eth.GetArgs(), nullptr)); in TEST()
520 ASSERT_EQ(0, posix_spawn(&spawned_pid, "true", nullptr, attrs[i % 3], eth.GetArgs(), nullptr)); in TEST()
/bionic/libc/include/
Dspawn.h55 int posix_spawn(pid_t* _Nullable __pid, const char* _Nonnull __path, const posix_spawn_file_actions…
/bionic/benchmarks/
DREADME.md95 benchmarks, the CPU measurement only counts time spent in the thread calling `posix_spawn`, not that
/bionic/libc/tools/
Dposix-2013.txt653 posix_spawn
/bionic/tools/versioner/platforms/
Dlibc.map.txt1382 posix_spawn;
/bionic/libc/
Dlibc.map.txt1382 posix_spawn;