Home
last modified time | relevance | path

Searched refs:Pid (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dspawnndk.cpp54 pid_t Pid = PARAM_0; in PosixSpawn() local
55 Pid = getpid(); in PosixSpawn()
65 posix_spawn(&Pid, filepath, nullptr, &spawnAttributes, (char *const *)argv, Environ); in PosixSpawn()
77 pid_t Pid = PARAM_0; in PosixSpawnP() local
78 Pid = getpid(); in PosixSpawnP()
88 posix_spawnp(&Pid, filepath, nullptr, &spawnAttributes, (char *const *)argv, Environ); in PosixSpawnP()

Completed in 1 milliseconds