OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getppid
(Results
301 - 325
of
479
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
/bionic/tests/
unistd_test.cpp
447
ASSERT_EQ(parent_pid,
getppid
());
[
all
...]
/external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc
589
return internal_syscall(SYSCALL(
getppid
));
[
all
...]
/external/curl/tests/server/
sockfilt.c
945
if(
getppid
() <= 1) {
[
all
...]
/prebuilts/go/darwin-x86/src/syscall/
syscall_windows.go
[
all
...]
zsyscall_darwin_386.go
624
func
Getppid
() (ppid int) {
zsyscall_darwin_amd64.go
624
func
Getppid
() (ppid int) {
zsyscall_darwin_arm.go
624
func
Getppid
() (ppid int) {
zsyscall_darwin_arm64.go
624
func
Getppid
() (ppid int) {
zsyscall_dragonfly_amd64.go
618
func
Getppid
() (ppid int) {
zsyscall_freebsd_386.go
582
func
Getppid
() (ppid int) {
zsyscall_freebsd_amd64.go
582
func
Getppid
() (ppid int) {
zsyscall_freebsd_arm.go
582
func
Getppid
() (ppid int) {
zsyscall_linux_386.go
511
func
Getppid
() (ppid int) {
[
all
...]
zsyscall_linux_s390x.go
511
func
Getppid
() (ppid int) {
[
all
...]
zsyscall_netbsd_386.go
566
func
Getppid
() (ppid int) {
zsyscall_netbsd_amd64.go
566
func
Getppid
() (ppid int) {
zsyscall_netbsd_arm.go
566
func
Getppid
() (ppid int) {
zsyscall_openbsd_386.go
574
func
Getppid
() (ppid int) {
zsyscall_openbsd_amd64.go
574
func
Getppid
() (ppid int) {
zsyscall_openbsd_arm.go
574
func
Getppid
() (ppid int) {
/prebuilts/go/linux-x86/src/syscall/
syscall_windows.go
[
all
...]
zsyscall_darwin_386.go
624
func
Getppid
() (ppid int) {
zsyscall_darwin_amd64.go
624
func
Getppid
() (ppid int) {
zsyscall_darwin_arm.go
624
func
Getppid
() (ppid int) {
zsyscall_darwin_arm64.go
624
func
Getppid
() (ppid int) {
Completed in 411 milliseconds
<<
11
12
13
14
15
16
17
18
19
20