Home
last modified time | relevance | path

Searched refs:pid (Results 5226 - 5250 of 7698) sorted by relevance

1...<<201202203204205206207208209210>>...308

/third_party/libunwind/libunwind/include/tdep-s390x/
H A Dlibunwind_i.h250 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 Dlibunwind_i.h268 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 Dlibunwind_i.h318 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 Dlibunwind_i.h300 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 Dv8_foozzie_test.py200 return v8_commands.Output(exit_code=exit_code, stdout=stdout, pid=0)
/third_party/node/test/pummel/
H A Dtest-policy-integrity-dep.js177 process.kill(process.pid, 'SIGKILL');
/third_party/node/src/
H A Dnode_report_utils.cc176 writer->json_keyvalue("pid", handle->process.pid); in WalkHandle()
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_lowlevel.h102 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 Dsocket.h58 pid_t pid; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h47 pid_t pid; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h58 pid_t pid; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h58 pid_t pid; member
/third_party/musl/src/internal/
H A Dpthread_impl.h39 int pid; member
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h62 pid_t pid; member
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h58 pid_t pid; member
/third_party/musl/include/sys/
H A Dsocket.h62 pid_t pid; member
/third_party/node/deps/uv/src/win/
H A Dinternal.h99 int pid,
/third_party/python/Lib/asyncio/
H A Dbase_subprocess.py42 self._pid = self._proc.pid
50 logger.debug('process %r created: pid %s',
60 info.append(f'pid={self._pid}')
H A Dsubprocess.py126 self.pid = transport.get_pid()
129 return f'<{self.__class__.__name__} {self.pid}>'
/third_party/openssl/ohos_lite/include/openssl/
H A Derr.h261 DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid))
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py41 # 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 Dexported-sql-viewer.py41 # 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 Dsoftbus_proxychannel_manager.c897 &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 Dauxtrace.c407 .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 Ds2255drv.c265 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()

Completed in 33 milliseconds

1...<<201202203204205206207208209210>>...308