Searched refs:posix_spawn (Results 1 – 6 of 6) sorted by relevance
| /third_party/ulib/musl/src/process/ |
| A D | system.c | 33 …ret = posix_spawn(&pid, "/bin/sh", 0, &attr, (char* []){(char*)"sh", (char*)"-c", (char*)cmd, 0}, … in system()
|
| A D | posix_spawn.c | 63 int posix_spawn(pid_t* restrict res, const char* restrict path, in posix_spawn() function
|
| /third_party/ulib/musl/src/stdio/ |
| A D | popen.c | 52 …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 D | spawn.h | 37 int posix_spawn(pid_t* __restrict, const char* __restrict, const posix_spawn_file_actions_t*,
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 774 - 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 D | musl-rules.mk | 562 $(LOCAL_DIR)/src/process/posix_spawn.c \
|
Completed in 7 milliseconds