Searched refs:posix_spawn (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/bionic/ |
D | spawn.cpp | 136 static int posix_spawn(pid_t* pid_ptr, in posix_spawn() function 168 int posix_spawn(pid_t* pid, const char* path, const posix_spawn_file_actions_t* actions, in posix_spawn() function 170 return posix_spawn(pid, path, actions, attr, argv, env, execve); in posix_spawn() 175 return posix_spawn(pid, file, actions, attr, argv, env, execvpe); in posix_spawnp()
|
D | system.cpp | 61 if ((errno = posix_spawn(&child, __bionic_get_shell_path(), nullptr, &attributes, in system()
|
/bionic/benchmarks/spawn/ |
D | spawn_benchmark.cpp | 44 if (int spawn_err = posix_spawn(&child, argv[0], nullptr, nullptr, const_cast<char**>(argv), in BM_spawn_test()
|
/bionic/tests/ |
D | spawn_test.cpp | 191 TEST(spawn, posix_spawn) { in TEST() argument 195 ASSERT_EQ(0, posix_spawn(&pid, eth.GetArg0(), nullptr, nullptr, eth.GetArgs(), nullptr)); in TEST() 203 ASSERT_EQ(0, posix_spawn(&pid, eth.GetArg0(), nullptr, nullptr, eth.GetArgs(), nullptr)); in TEST() 499 ASSERT_EQ(0, posix_spawn(&spawned_pid, "true", nullptr, attrs[i % 3], eth.GetArgs(), nullptr)); in TEST()
|
/bionic/tests/headers/posix/ |
D | spawn_h.c | 51 …FUNCTION(posix_spawn, int (*f)(pid_t*, const char*, const posix_spawn_file_actions_t*, const posix… in spawn_h()
|
/bionic/libc/include/ |
D | spawn.h | 53 int posix_spawn(pid_t* __pid, const char* __path, const posix_spawn_file_actions_t* __actions, cons…
|
/bionic/benchmarks/ |
D | README.md | 95 benchmarks, the CPU measurement only counts time spent in the thread calling `posix_spawn`, not that
|
/bionic/libc/tools/ |
D | posix-2013.txt | 653 posix_spawn
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1384 posix_spawn;
|
/bionic/libc/ |
D | libc.map.txt | 1384 posix_spawn;
|