HomeSort by relevance Sort by last modified time
    Searched full:ppid (Results 201 - 225 of 378) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/syscall/
syscall_dragonfly.go 164 //sysnb Getppid() (ppid int)
syscall_freebsd.go 166 //sysnb Getppid() (ppid int)
syscall_netbsd.go 157 //sysnb Getppid() (ppid int)
  /system/extras/taskstats/
taskstats.c 147 printf("%-25s%d\n", "PPID:", s->ac_ppid);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_signal.py 301 ppid = os.getpid()
314 os.kill(ppid, self.signum)
  /external/clang/lib/Frontend/
FrontendAction.cpp 73 void MacroDefinitionRead(serialization::PreprocessedEntityID PPID,
76 Previous->MacroDefinitionRead(PPID, MD);
  /external/kernel-headers/original/uapi/linux/
perf_event.h 723 * u32 pid, ppid;
746 * u32 pid, ppid;
  /external/perf_data_converter/src/quipper/kernel/
perf_event.h 592 * u32 pid, ppid;
615 * u32 pid, ppid;
  /external/python/cpython2/Lib/test/
test_signal.py 308 ppid = os.getpid()
321 os.kill(ppid, self.signum)
  /external/toybox/toys/posix/
ps.c 47 USE_PS(NEWTOY(ps, "k(sort)*P(ppid)*aAdeflMno*O*p(pid)*s*t*Tu*U*g*G*wZ[!ol][+Ae][!oO]", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_LOCALE))
73 -P Parent PIDs (--ppid)
89 -f Full listing (-o USER:12=UID,PID,PPID,C,STIME,TTY,TIME,ARGS=CMD)
90 -l Long listing (-o F,S,UID,PID,PPID,C,PRI,NI,ADDR,SZ,WCHAN,TTY,TIME,CMD)
111 PID Process ID PPID Parent Process ID
187 usage: pgrep [-clfnovx] [-d DELIM] [-L SIGNAL] [PATTERN] [-G GID,] [-g PGRP,] [-P PPID,] [-s SID,] [-t TERM,] [-U UID,] [-u EUID,]
213 usage: pkill [-fnovx] [-SIGNAL|-l SIGNAL] [PATTERN] [-G GID,] [-g PGRP,] [-P PPID,] [-s SID,] [-t TERM,] [-U UID,] [-u EUID,]
385 {"PID", 5, SLOT_pid}, {"PPID", 5, SLOT_ppid}, {"PRI", 3, SLOT_priority},
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_signal.py 308 ppid = os.getpid()
321 os.kill(ppid, self.signum)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_signal.py 308 ppid = os.getpid()
321 os.kill(ppid, self.signum)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_signal.py 308 ppid = os.getpid()
321 os.kill(ppid, self.signum)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_signal.py 308 ppid = os.getpid()
321 os.kill(ppid, self.signum)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tapi3.h 283 virtual HRESULT WINAPI get_ID(BSTR *ppID) = 0;
311 HRESULT (WINAPI *get_ID)(ITAgent *This,BSTR *ppID);
341 #define ITAgent_get_ID(This,ppID) (This)->lpVtbl->get_ID(This,ppID)
363 HRESULT WINAPI ITAgent_get_ID_Proxy(ITAgent *This,BSTR *ppID);
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 338 PreprocessedEntity *getPreprocessedEntity(PPEntityID PPID);
  /external/clang/tools/scan-build-py/libscanbuild/
intercept.py 205 'ppid': records[1],
  /external/ltp/testcases/kernel/sched/tool/
trace_sched.c 32 /* - Removed dead variable ppid from thread_func.*/
  /external/perf_data_converter/src/quipper/
test_perf_data.cc 309 .ppid = MaybeSwap32(ppid_),
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 342 // USER PID PPID VSIZE RSS WCHAN PC NAME
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PreprocessingRecord.h 337 PreprocessedEntity *getPreprocessedEntity(PPEntityID PPID);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
PreprocessingRecord.h 337 PreprocessedEntity *getPreprocessedEntity(PPEntityID PPID);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
PreprocessingRecord.h 337 PreprocessedEntity *getPreprocessedEntity(PPEntityID PPID);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
PreprocessingRecord.h 337 PreprocessedEntity *getPreprocessedEntity(PPEntityID PPID);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
PreprocessingRecord.h 337 PreprocessedEntity *getPreprocessedEntity(PPEntityID PPID);

Completed in 1086 milliseconds

1 2 3 4 5 6 7 891011>>