/third_party/libunwind/libunwind/include/tdep-s390x/ |
H A D | libunwind_i.h | 250 extern int tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
|
/third_party/libunwind/libunwind/include/tdep-sh/ |
H A D | libunwind_i.h | 268 extern int tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
|
/third_party/libunwind/libunwind/include/tdep-aarch64/ |
H A D | libunwind_i.h | 318 extern int tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
|
/third_party/libunwind/libunwind/include/tdep-ppc32/ |
H A D | libunwind_i.h | 300 extern int tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
|
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/ |
H A D | v8_foozzie_test.py | 200 return v8_commands.Output(exit_code=exit_code, stdout=stdout, pid=0)
|
/third_party/node/test/pummel/ |
H A D | test-policy-integrity-dep.js | 177 process.kill(process.pid, 'SIGKILL');
|
/third_party/node/src/ |
H A D | node_report_utils.cc | 176 writer->json_keyvalue("pid", handle->process.pid); in WalkHandle()
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_lowlevel.h | 102 pid_t pid; member 762 * For POSIX threads (NPTL) there's a 1-1 relation between pid and
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 58 pid_t pid; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 47 pid_t pid; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 58 pid_t pid; member
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 58 pid_t pid; member
|
/third_party/musl/src/internal/ |
H A D | pthread_impl.h | 39 int pid; member
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 62 pid_t pid; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 58 pid_t pid; member
|
/third_party/musl/include/sys/ |
H A D | socket.h | 62 pid_t pid; member
|
/third_party/node/deps/uv/src/win/ |
H A D | internal.h | 99 int pid,
|
/third_party/python/Lib/asyncio/ |
H A D | base_subprocess.py | 42 self._pid = self._proc.pid 50 logger.debug('process %r created: pid %s', 60 info.append(f'pid={self._pid}')
|
H A D | subprocess.py | 126 self.pid = transport.get_pid() 129 return f'<{self.__class__.__name__} {self.pid}>'
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | err.h | 261 DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid))
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 41 # The next level is a thread (pid:tid) 588 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): 591 self.data = [str(pid) + ":" + str(tid), "", "", "", "", "", "", "", "", "", "", ""] 593 self.data = [str(pid) + ":" + str(tid), "", "", "", "", "", ""] 627 QueryExec(query, "SELECT thread_id, pid, tid" 870 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): 873 self.data = [str(pid) + ":" + str(tid), "", "", "", "", "", "", "", "", "", "", ""] 875 self.data = [str(pid) + ":" + str(tid), "", "", "", "", "", ""] 909 QueryExec(query, "SELECT thread_id, pid, tid" 1238 def __init__(self, key, exec_comm_id, pid, ti [all...] |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 41 # The next level is a thread (pid:tid) 589 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): 592 self.data = [str(pid) + ":" + str(tid), "", "", "", "", "", "", "", "", "", "", ""] 594 self.data = [str(pid) + ":" + str(tid), "", "", "", "", "", ""] 628 QueryExec(query, "SELECT thread_id, pid, tid" 871 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): 874 self.data = [str(pid) + ":" + str(tid), "", "", "", "", "", "", "", "", "", "", ""] 876 self.data = [str(pid) + ":" + str(tid), "", "", "", "", "", ""] 910 QueryExec(query, "SELECT thread_id, pid, tid" 1239 def __init__(self, key, exec_comm_id, pid, ti [all...] |
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_manager.c | 897 &chan->appInfo.myData.uid, &chan->appInfo.myData.pid) != SOFTBUS_OK) { in TransProxyGetLocalInfo() 898 TRANS_LOGE(TRANS_CTRL, "proc handshake get uid pid fail"); in TransProxyGetLocalInfo() 1095 if (NotifyClientMsgReceived(chan->appInfo.myData.pkgName, chan->appInfo.myData.pid, in TransProxyFastDataRecv() 1934 void TransProxyDeathCallback(const char *pkgName, int32_t pid) in TransProxyDeathCallback() argument 1940 TRANS_LOGW(TRANS_CTRL, "pkgName=%{public}s, pid=%{public}d", AnonymizeWrapper(anonymizePkgName), pid); in TransProxyDeathCallback() 1951 if ((strcmp(item->appInfo.myData.pkgName, pkgName) == 0) && (item->appInfo.myData.pid == pid)) { in TransProxyDeathCallback()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | auxtrace.c | 407 .pid = -1, in auxtrace_queues__add_event() 1034 .pid = -1, in auxtrace_queues__add_sample() 1162 int code, int cpu, pid_t pid, pid_t tid, u64 ip, in auxtrace_synth_error() 1173 auxtrace_error->pid = pid; in auxtrace_synth_error() 1616 ret += fprintf(fp, " cpu %d pid %d tid %d ip %#"PRI_lx64" code %u: %s\n", in perf_event__fprintf_auxtrace_error() 1617 e->cpu, e->pid, e->tid, e->ip, e->code, msg); in perf_event__fprintf_auxtrace_error() 1161 auxtrace_synth_error(struct perf_record_auxtrace_error *auxtrace_error, int type, int code, int cpu, pid_t pid, pid_t tid, u64 ip, const char *msg, u64 timestamp) auxtrace_synth_error() argument
|
/kernel/linux/linux-5.10/drivers/media/usb/s2255/ |
H A D | s2255drv.c | 265 u16 pid; /* product id */ member 1173 switch (dev->pid) { in vidioc_enum_input() 1617 (dev->pid != 0x2257 || vc->idx <= 1)) in s2255_probe_v4l() 1999 if (dev->pid == 0x2257 && j > 1) in s2255_board_init() 2226 dev->pid = id->idProduct; in s2255_probe() 2301 if (dev->pid == 0x2257 && in s2255_probe()
|