Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/process/
A Dsystem.c33 …ret = posix_spawn(&pid, "/bin/sh", 0, &attr, (char* []){(char*)"sh", (char*)"-c", (char*)cmd, 0}, … in system()
A Dposix_spawn.c63 int posix_spawn(pid_t* restrict res, const char* restrict path, in posix_spawn() function
/third_party/ulib/musl/src/stdio/
A Dpopen.c52 …if (!(e = posix_spawn(&pid, "/bin/sh", &fa, 0, (char* []){(char*)"sh", (char*)"-c", (char*)cmd, 0}, in popen()
/third_party/ulib/musl/include/
A Dspawn.h37 int posix_spawn(pid_t* __restrict, const char* __restrict, const posix_spawn_file_actions_t*,
/third_party/ulib/musl/
A DWHATSNEW774 - posix_spawn/system/popen no longer momentarily double commit charge
782 - vfork race in posix_spawn
881 - robust posix_spawn based on CLONE_VM instead of vfork
882 - new system() and popen() based on posix_spawn
1020 - eliminated major spurious syscalls from posix_spawn
1036 - posix_spawn not correctly reporting errno from exec failure
1169 - posix_spawn did not accept null pid pointer (crashed)
A Dmusl-rules.mk562 $(LOCAL_DIR)/src/process/posix_spawn.c \

Completed in 7 milliseconds