Home
last modified time | relevance | path

Searched refs:SYS_setpgid (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/src/unistd/
Dsetpgid.c6 return syscall(SYS_setpgid, pid, pgid); in setpgid()
/third_party/musl/porting/liteos_a/user/src/process/
Dposix_spawn.c73 if ((ret=__syscall(SYS_setpgid, 0, attr->__pgrp))) in child()
/third_party/musl/src/process/
Dposix_spawn.c72 if ((ret=__syscall(SYS_setpgid, 0, attr->__pgrp))) in child()
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h463 #define SYS_setpgid 57 macro