/third_party/openssl/ohos_lite/include/openssl/ |
H A D | cms.h | 177 ASN1_OCTET_STRING **pid,
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | iochannel.c | 340 u->pid = getpid(); in pa_iochannel_write_with_creds()
|
/third_party/python/Lib/test/libregrtest/ |
H A D | runtest_mp.py | 164 info.extend((f'pid={self._popen.pid}', 185 os.killpg(popen.pid, signal.SIGKILL)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
H A D | FDRRecords.h | 327 int32_t pid() const { return PID; } in pid() function in llvm::xray::PIDRecord
|
/third_party/python/Lib/test/ |
H A D | test_os.py | 2504 os.kill(proc.pid, sig) 2534 os.kill(proc.pid, signal.SIGINT) 2536 os.kill(proc.pid, event) 2542 os.kill(proc.pid, signal.SIGINT) 3067 pid = os.spawnv(os.P_NOWAIT, sys.executable, args) 3070 callback(pid) 3074 pid2, status = os.waitpid(pid, 0) 3076 self.assertEqual(pid2, pid) 3116 def kill_process(pid): 3117 os.kill(pid, signu [all...] |
H A D | test_random.py | 1325 pid = os.fork() 1326 if pid == 0: 1342 support.wait_process(pid, exitcode=0)
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 358 pub pid: ::pid_t, 1653 pub fn clock_getcpuclockid(pid: ::pid_t, clk_id: *mut ::clockid_t) -> ::c_int; in clock_getcpuclockid() 1915 pid: *mut ::pid_t, in posix_spawn() 1923 pid: *mut ::pid_t, in posix_spawnp()
|
/third_party/node/src/ |
H A D | node_report.cc | 96 // Obtain the current time and the pid. in WriteNodeReport() 99 uv_pid_t pid = uv_os_getpid(); in WriteNodeReport() local 106 // the title and header information (event, filename, timestamp and pid) in WriteNodeReport() 152 writer.json_keyvalue("processId", pid); in WriteNodeReport()
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.h | 137 constexpr auto SHRPX_OPT_PID_FILE = StringRef::from_lit("pid-file"); 1101 pid{0}, 1152 pid_t pid; member
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | NameTable.java | 726 public boolean accept(int pid, int eid, int lid, int nid) { in nameEntry() 727 if (pid == platformId && eid == encodingId && lid == languageId && nid == nameId) { in nameEntry()
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
H A D | StackWalker.cpp | 558 BOOL GetModuleListTH32(HANDLE hProcess, DWORD pid) in GetModuleListTH32() argument 597 hSnap = pCT32S(TH32CS_SNAPMODULE, pid); in GetModuleListTH32()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | decompose_memory_access.cc | 693 DecomposeMemoryAccess::Intrinsic::Intrinsic(ProgramID pid, 697 : Base(pid), op(o), storage_class(sc), type(ty) {}
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | neutrino.rs | 21 pub pid: ::pid_t, 48 pub pid: ::pid_t,
|
/third_party/rust/crates/nix/test/ |
H A D | test_unistd.rs | 49 // assert that child was created and pid > 0 in test_fork_and_waitpid() 54 // assert that waitpid returned correct status and the pid is the one of the child in test_fork_and_waitpid() 208 let pid: ::libc::pid_t = getpid().into(); in test_getpid() 210 assert!(pid > 0); in test_getpid()
|
/third_party/libinput/test/ |
H A D | test-device.c | 751 unsigned int pid, vid; in START_TEST() local 754 pid = libevdev_get_id_product(dev->evdev); in START_TEST() 759 ck_assert_int_eq(pid, in START_TEST()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5369 pub fn ptrace(request: ::c_int, pid: ::pid_t, addr: *mut ::c_char, data: ::c_int) -> ::c_int; in ptrace() 5502 pid: *mut ::pid_t, in posix_spawn() 5510 pid: *mut ::pid_t, in posix_spawnp() 5691 pid: ::c_int, in proc_pidinfo() 5698 pid: ::c_int, in proc_pidfdinfo() 5705 pid: ::c_int, in proc_pidfileportinfo() 5711 pub fn proc_pidpath(pid: ::c_int, buffer: *mut ::c_void, buffersize: u32) -> ::c_int; in proc_pidpath() 5712 pub fn proc_name(pid: ::c_int, buffer: *mut ::c_void, buffersize: u32) -> ::c_int; in proc_name() 5714 pid: ::c_int, in proc_regionfilename() 5721 pub fn proc_pid_rusage(pid in proc_libversion() [all...] |
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 107 pid_t pid; member 1261 c->ctx.pid = ctx->pid; in req_fuse_prepare() 2560 lock->pid = flock->l_pid; in flock_to_lock() 2568 flock->l_pid = lock->pid; in lock_to_flock()
|
/third_party/python/Modules/ |
H A D | _pickle.c | 3887 PyObject *pid = NULL; in save_pers() local 3893 pid = call_method(self->pers_func, self->pers_func_self, obj); in save_pers() 3894 if (pid == NULL) in save_pers() 3897 if (pid != Py_None) { in save_pers() 3899 if (save(self, pid, 1) < 0 || in save_pers() 3906 pid_str = PyObject_Str(pid); in save_pers() 3910 /* XXX: Should it check whether the pid contains embedded in save_pers() 3936 Py_XDECREF(pid); in save_pers() 6057 PyObject *pid, *obj; in load_persid() local 6067 pid in load_persid() 6097 PyObject *pid, *obj; load_binpersid() local [all...] |
/third_party/elfutils/libdwfl/ |
H A D | libdwflP.h | 232 pid_t pid; member 417 Shared by linux-pid-attach and linux-proc-maps. If it has been setup 720 data as contained in an NT_AUXV note or read from a /proc/pid/auxv
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm.h | 233 unsigned long pid; /**< Process ID */ member
|
/third_party/libdrm/include/drm/ |
H A D | drm.h | 233 unsigned long pid; /**< Process ID */ member
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | tomoyo_new_file_test.c | 621 fprintf(domain_fp, "select pid=%u\n", pid); in main()
|
/third_party/node/deps/openssl/openssl/crypto/err/ |
H A D | err.c | 661 void ERR_remove_state(unsigned long pid) in ERR_remove_state() argument
|
/third_party/openssl/crypto/err/ |
H A D | err.c | 661 void ERR_remove_state(unsigned long pid) in ERR_remove_state() argument
|
/third_party/python/Lib/concurrent/futures/ |
H A D | process.py | 765 self._processes[p.pid] = p
|