Home
last modified time | relevance | path

Searched refs:pid (Results 1601 - 1625 of 1760) sorted by relevance

1...<<6162636465666768697071

/third_party/openssl/ohos_lite/include/openssl/
H A Dcms.h177 ASN1_OCTET_STRING **pid,
/third_party/pulseaudio/src/pulsecore/
H A Diochannel.c340 u->pid = getpid(); in pa_iochannel_write_with_creds()
/third_party/python/Lib/test/libregrtest/
H A Druntest_mp.py164 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 DFDRRecords.h327 int32_t pid() const { return PID; } in pid() function in llvm::xray::PIDRecord
/third_party/python/Lib/test/
H A Dtest_os.py2504 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 Dtest_random.py1325 pid = os.fork()
1326 if pid == 0:
1342 support.wait_process(pid, exitcode=0)
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs358 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 Dnode_report.cc96 // 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 Dshrpx_config.h137 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 DNameTable.java726 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 DStackWalker.cpp558 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 Ddecompose_memory_access.cc693 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 Dneutrino.rs21 pub pid: ::pid_t,
48 pub pid: ::pid_t,
/third_party/rust/crates/nix/test/
H A Dtest_unistd.rs49 // 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 Dtest-device.c751 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 Dmod.rs5369 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 Dfuse.c107 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.c3887 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 DlibdwflP.h232 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 Ddrm.h233 unsigned long pid; /**< Process ID */ member
/third_party/libdrm/include/drm/
H A Ddrm.h233 unsigned long pid; /**< Process ID */ member
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dtomoyo_new_file_test.c621 fprintf(domain_fp, "select pid=%u\n", pid); in main()
/third_party/node/deps/openssl/openssl/crypto/err/
H A Derr.c661 void ERR_remove_state(unsigned long pid) in ERR_remove_state() argument
/third_party/openssl/crypto/err/
H A Derr.c661 void ERR_remove_state(unsigned long pid) in ERR_remove_state() argument
/third_party/python/Lib/concurrent/futures/
H A Dprocess.py765 self._processes[p.pid] = p

Completed in 88 milliseconds

1...<<6162636465666768697071