Home
last modified time | relevance | path

Searched refs:pid (Results 1476 - 1500 of 1736) sorted by relevance

1...<<51525354555657585960>>...70

/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/
H A Docsp.h334 const ASN1_OCTET_STRING **pid,
337 ASN1_OCTET_STRING **pid,
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/
H A Docsp.h334 const ASN1_OCTET_STRING **pid,
337 ASN1_OCTET_STRING **pid,
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/
H A Docsp.h334 const ASN1_OCTET_STRING **pid,
337 ASN1_OCTET_STRING **pid,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Docsp.h334 const ASN1_OCTET_STRING **pid,
337 ASN1_OCTET_STRING **pid,
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Docsp.h334 const ASN1_OCTET_STRING **pid,
337 ASN1_OCTET_STRING **pid,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Docsp.h334 const ASN1_OCTET_STRING **pid,
337 ASN1_OCTET_STRING **pid,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Docsp.h334 const ASN1_OCTET_STRING **pid,
337 ASN1_OCTET_STRING **pid,
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs726 pid: ::pid_t, in prlimit()
732 pid: ::pid_t, in prlimit64()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinline_pass.cpp147 const uint32_t pid = cpi->result_id(); in MapParams()
148 (*callee2caller)[pid] = call_inst_itr->GetSingleWordOperand( in MapParams()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinline_pass.cpp147 const uint32_t pid = cpi->result_id(); in MapParams()
148 (*callee2caller)[pid] = call_inst_itr->GetSingleWordOperand( in MapParams()
/third_party/rust/crates/nix/src/sys/
H A Dsignal.rs913 /// * `pid` - Specifies which processes should receive the signal.
922 /// process group ID is equal to the absolute value of `pid`.
928 pub fn kill<T: Into<Option<Signal>>>(pid: Pid, signal: T) -> Result<()> { in kill()
929 let res = unsafe { libc::kill(pid.into(), in kill()
/third_party/spirv-tools/source/opt/
H A Dinline_pass.cpp147 const uint32_t pid = cpi->result_id(); in MapParams()
148 (*callee2caller)[pid] = call_inst_itr->GetSingleWordOperand( in MapParams()
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.h805 pid_t pid = getpid();
806 int ret = proc_pidpath(pid, &buffer[0], static_cast<uint32_t>(buffer.size()));
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddaemon.c1516 res_thread_create = create_thread (&connection->pid, in internal_add_connection()
1995 if (0 != MHD_join_thread_ (pos->pid)) in MHD_cleanup_connections()
4107 create_thread (&daemon->pid, daemon, &MHD_select_thread, daemon)))) in MHD_start_daemon_va()
4225 create_thread (&d->pid, daemon, &MHD_select_thread, d))) in MHD_start_daemon_va()
4362 if (0 != MHD_join_thread_ (pos->pid)) in close_all_connections()
4474 if (0 != MHD_join_thread_ (daemon->worker_pool[i].pid)) in MHD_stop_daemon()
4503 if (0 != MHD_join_thread_ (daemon->pid)) in MHD_stop_daemon()
/third_party/alsa-lib/src/control/
H A Dcontrol.c288 * \param pid Process ID to signal: 0 current
293 int snd_ctl_async(snd_ctl_t *ctl, int sig, pid_t pid) in snd_ctl_async() argument
298 if (pid == 0) in snd_ctl_async()
299 pid = getpid(); in snd_ctl_async()
300 return ctl->ops->async(ctl, sig, pid); in snd_ctl_async()
/third_party/libuv/include/
H A Duv.h1140 int pid; member
1148 UV_EXTERN int uv_kill(int pid, int signum);
1333 UV_EXTERN int uv_os_getpriority(uv_pid_t pid, int* priority);
1334 UV_EXTERN int uv_os_setpriority(uv_pid_t pid, int priority);
/third_party/libuv/include/uv_ndk/
H A Duv.h1061 int pid; member
1069 UV_EXTERN int uv_kill(int pid, int signum);
1228 UV_EXTERN int uv_os_getpriority(uv_pid_t pid, int* priority);
1229 UV_EXTERN int uv_os_setpriority(uv_pid_t pid, int priority);
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c455 arg.lk.pid = lock->l_pid; in fuse_reply_lock()
908 flock->l_pid = fl->pid; in convert_fuse_file_lock()
1311 req->ctx.pid = in->pid; in fuse_ll_process()
/third_party/node/deps/uv/include/
H A Duv.h1075 int pid; member
1083 UV_EXTERN int uv_kill(int pid, int signum);
1242 UV_EXTERN int uv_os_getpriority(uv_pid_t pid, int* priority);
1243 UV_EXTERN int uv_os_setpriority(uv_pid_t pid, int priority);
/third_party/node/deps/uv/src/win/
H A Dpipe.c1636 DWORD* pid = &handle->pipe.conn.ipc_remote_pid; in uv__pipe_get_ipc_remote_pid() local
1639 * the remote end pid may not yet be set. If so, do it here. in uv__pipe_get_ipc_remote_pid()
1641 if (*pid == 0) in uv__pipe_get_ipc_remote_pid()
1642 *pid = GetCurrentProcessId(); in uv__pipe_get_ipc_remote_pid()
1644 return *pid; in uv__pipe_get_ipc_remote_pid()
/third_party/pulseaudio/src/pulse/
H A Dcontext.c694 pid_t pid; local
721 if ((pid = fork()) < 0) {
729 } else if (!pid) {
771 r = waitpid(pid, &status, 0);
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c47 USE_PS(NEWTOY(ps, "k(sort)*P(ppid)*aAdeflMno*O*p(pid)*s*t*Tu*U*g*G*wZ#<1a[!ol][+Ae][!oO]", TOYFLAG_BIN|TOYFLAG_LOCALE))
961 unsigned pid, kcount; in get_threads() local
964 pid = atol(new->name); in get_threads()
977 sprintf(toybuf, "/proc/%u/task", pid); in get_threads()
989 tb->slot[SLOT_pid] = pid; in get_threads()
1371 // Collate old and new into "mix", depends on /proc read in pid sort order in top_common()
/third_party/toybox/toys/posix/
H A Dps.c47 USE_PS(NEWTOY(ps, "k(sort)*P(ppid)*aAdeflMno*O*p(pid)*s*t*Tu*U*g*G*wZ[!ol][+Ae][!oO]", TOYFLAG_BIN|TOYFLAG_LOCALE))
69 -p PIDs (--pid) -P Parent PIDs (--ppid)
1004 unsigned pid, kcount; in get_threads() local
1007 pid = atol(new->name); in get_threads()
1020 sprintf(toybuf, "/proc/%u/task", pid); in get_threads()
1032 tb->slot[SLOT_pid] = pid; in get_threads()
1514 // Collate old and new into "mix", depends on /proc read in pid sort order in top_common()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1624 pid: ::pid_t, in lwp_rtprio()
1644 pub fn sched_getaffinity(pid: ::pid_t, cpusetsize: ::size_t, mask: *mut cpu_set_t) -> ::c_int; in sched_getaffinity()
1645 pub fn sched_setaffinity(pid: ::pid_t, cpusetsize: ::size_t, mask: *const cpu_set_t) in sched_setaffinity()
1662 pub fn sys_checkpoint(tpe: ::c_int, fd: ::c_int, pid: ::pid_t, retval: ::c_int) -> ::c_int; in sys_checkpoint()
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs393 pid: libc::getpid(), in new()
401 pub fn pid(&self) -> libc::pid_t { in pid() functions
402 self.0.pid in pid()
443 pub fn pid(&self) -> libc::pid_t { in pid() functions
1041 /// A message of type `SCM_CREDENTIALS`, containing the pid, uid and gid of
1054 /// A message of type `SCM_CREDS`, containing the pid, uid, euid, gid and groups of

Completed in 57 milliseconds

1...<<51525354555657585960>>...70