OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setpgid
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/arch-arm/syscalls/
setpgid.S
6
ENTRY(
setpgid
)
function
15
END(
setpgid
)
/bionic/libc/arch-mips/syscalls/
setpgid.S
4
.globl
setpgid
6
.ent
setpgid
8
setpgid
:
label
22
.end
setpgid
/bionic/libc/arch-x86/syscalls/
setpgid.S
6
ENTRY(
setpgid
)
function
24
END(
setpgid
)
/external/bison/lib/
spawni.c
72
# define
setpgid
__setpgid
macro
228
&&
setpgid
(0, attrp->_pgrp) != 0)
/frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java
[
all
...]
ZygoteInit.java
688
* Invokes the linux syscall "
setpgid
"
694
static native int
setpgid
(int pid, int pgid);
method in class:ZygoteInit
Completed in 3061 milliseconds