/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/ |
H A D | cms.h | 324 ASN1_OCTET_STRING **pid,
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/include/openssl/ |
H A D | cms.h | 324 ASN1_OCTET_STRING **pid,
|
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/ |
H A D | cms.h | 324 ASN1_OCTET_STRING **pid,
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/ |
H A D | cms.h | 324 ASN1_OCTET_STRING **pid,
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/ |
H A D | cms.h | 324 ASN1_OCTET_STRING **pid,
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/ |
H A D | cms.h | 324 ASN1_OCTET_STRING **pid,
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/ |
H A D | cms.h | 324 ASN1_OCTET_STRING **pid,
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/ |
H A D | cms.h | 324 ASN1_OCTET_STRING **pid,
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/ |
H A D | cms.h | 324 ASN1_OCTET_STRING **pid,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | cms.h | 324 ASN1_OCTET_STRING **pid,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | cms.h | 324 ASN1_OCTET_STRING **pid,
|
/third_party/node/deps/uv/src/unix/ |
H A D | os390.c | 159 int pid; in uv_exepath() local
|
/third_party/python/Lib/multiprocessing/ |
H A D | pool.py | 731 util.debug('cleaning up worker %d' % p.pid)
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_subprocess.py | 43 self._proc.pid = -1 93 "<TestSubprocessTransport pid=-1 returncode=6>" 98 "<TestSubprocessTransport pid=-1 running>" 567 # Ignore "Unknown child process pid ..." log of SafeChildWatcher,
|
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 3905 const SectionID *pid; in print_section() local 3916 for (pid = section->children_ids; *pid != -1; pid++) in print_section() 3917 print_section(*pid, level+1); in print_section()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 130 pid_t pid; member 2035 fuse_log(FUSE_LOG_DEBUG, "lock[%llu] %s %s start: %llu len: %llu pid: %llu\n", in fuse_fs_lock() 2568 c->ctx.pid = ctx->pid; in req_fuse_prepare() 4039 lock->pid = flock->l_pid; in flock_to_lock() 4048 flock->l_pid = lock->pid; in lock_to_flock()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdlibndk.cpp | 1017 int pid = fork();
in Exit() local 1018 if (pid == PARAM_0) {
in Exit()
|
/third_party/alsa-lib/src/control/ |
H A D | control_remap.c | 326 static int snd_ctl_remap_async(snd_ctl_t *ctl, int sig, pid_t pid) in snd_ctl_remap_async() argument 329 return snd_ctl_async(priv->child, sig, pid); in snd_ctl_remap_async()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_direct.c | 522 int snd_pcm_direct_async(snd_pcm_t *pcm, int sig, pid_t pid) argument 525 return snd_timer_async(dmix->timer, sig, pid);
|
H A D | pcm_local.h | 146 int (*async)(snd_pcm_t *pcm, int sig, pid_t pid); 381 int snd_pcm_async(snd_pcm_t *pcm, int sig, pid_t pid);
|
H A D | pcm_hw.c | 286 static int snd_pcm_hw_async(snd_pcm_t *pcm, int sig, pid_t pid) in snd_pcm_hw_async() argument 313 if (fcntl(fd, F_SETOWN, (long)pid) < 0) { in snd_pcm_hw_async()
|
H A D | pcm_multi.c | 91 static int snd_pcm_multi_async(snd_pcm_t *pcm, int sig, pid_t pid) in snd_pcm_multi_async() argument 95 return snd_pcm_async(slave_0, sig, pid); in snd_pcm_multi_async()
|
/third_party/mksh/ |
H A D | main.c | 1208 if (tp->pid == procpid) in remove_temps() 1762 tp->pid = procpid; in maketemp()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 1170 pid: ::pid_t, in prlimit() 1176 pid: ::pid_t, in prlimit64()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 347 pub pid: ::pid_t, 1828 pub fn ptrace(request: ::c_int, pid: ::pid_t, addr: caddr_t, data: ::c_int) -> ::c_int; in ptrace()
|