Home
last modified time | relevance | path

Searched refs:this_pid (Results 1 – 25 of 47) sorted by relevance

12

/dports/editors/neovim/neovim-0.6.1/test/functional/api/
H A Dproc_spec.lua18 local this_pid = funcs.getpid()
22 local initial_childs = request('nvim_get_proc_children', this_pid)
26 eq(#initial_childs + 1, #request('nvim_get_proc_children', this_pid))
31 eq(#initial_childs + 2, #request('nvim_get_proc_children', this_pid))
36 eq(#initial_childs + 1, #request('nvim_get_proc_children', this_pid))
41 eq(#initial_childs, #request('nvim_get_proc_children', this_pid))
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Backpack/
H A DLinkedComponent.hs124 toLinkedComponent verbosity db this_pid pkg_map ConfiguredComponent {
268 matches_pn (FromExposedModules _) = pn == packageName this_pid
269 matches_pn (FromOtherModules _) = pn == packageName this_pid
270 matches_pn (FromSignatures _) = pn == packageName this_pid
345 toLinkedComponents verbosity db this_pid lc_map0 comps
353 toLinkedComponent verbosity db this_pid lc_map cc
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Backpack/
H A DLinkedComponent.hs122 toLinkedComponent verbosity db this_pid pkg_map ConfiguredComponent {
266 matches_pn (FromExposedModules _) = pn == packageName this_pid
267 matches_pn (FromOtherModules _) = pn == packageName this_pid
268 matches_pn (FromSignatures _) = pn == packageName this_pid
343 toLinkedComponents verbosity db this_pid lc_map0 comps
351 toLinkedComponent verbosity db this_pid lc_map cc
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Backpack/
H A DLinkedComponent.hs122 toLinkedComponent verbosity db this_pid pkg_map ConfiguredComponent {
266 matches_pn (FromExposedModules _) = pn == packageName this_pid
267 matches_pn (FromOtherModules _) = pn == packageName this_pid
268 matches_pn (FromSignatures _) = pn == packageName this_pid
343 toLinkedComponents verbosity db this_pid lc_map0 comps
351 toLinkedComponent verbosity db this_pid lc_map cc
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Backpack/
H A DLinkedComponent.hs122 toLinkedComponent verbosity db this_pid pkg_map ConfiguredComponent {
266 matches_pn (FromExposedModules _) = pn == packageName this_pid
267 matches_pn (FromOtherModules _) = pn == packageName this_pid
268 matches_pn (FromSignatures _) = pn == packageName this_pid
343 toLinkedComponents verbosity db this_pid lc_map0 comps
351 toLinkedComponent verbosity db this_pid lc_map cc
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Backpack/
H A DLinkedComponent.hs124 toLinkedComponent verbosity db this_pid pkg_map ConfiguredComponent {
268 matches_pn (FromExposedModules _) = pn == packageName this_pid
269 matches_pn (FromOtherModules _) = pn == packageName this_pid
270 matches_pn (FromSignatures _) = pn == packageName this_pid
345 toLinkedComponents verbosity db this_pid lc_map0 comps
353 toLinkedComponent verbosity db this_pid lc_map cc
/dports/sysutils/pciutils/pciutils-3.7.0/lib/
H A Dnames-cache.c122 int this_pid; in pci_id_cache_flush() local
131 this_pid = getpid(); in pci_id_cache_flush()
137 sprintf(tmpname, "%s.tmp-%s-%d", name, hostname, this_pid); in pci_id_cache_flush()
/dports/devel/libpci/pciutils-3.7.0/lib/
H A Dnames-cache.c122 int this_pid; in pci_id_cache_flush() local
131 this_pid = getpid(); in pci_id_cache_flush()
137 sprintf(tmpname, "%s.tmp-%s-%d", name, hostname, this_pid); in pci_id_cache_flush()
/dports/mail/emailrelay/emailrelay-1.9/src/glib/
H A Dgpidfile.cpp70 Process::Id this_pid ; in mine() local
72 return this_pid == file_pid ; in mine()
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/mpeg2ts-reader-0.13.0/src/
H A Ddemultiplex.rs650 let this_pid = pk.pid(); in push() localVariable
651 if !self.processor_by_pid.contains(this_pid) { in push()
652 self.add_pid_filter(ctx, this_pid); in push()
654 let this_proc = self.processor_by_pid.get(this_pid).unwrap(); in push()
671 if pk.pid() != this_pid { in push()
687 fn add_pid_filter(&mut self, ctx: &mut Ctx, this_pid: packet::Pid) { in add_pid_filter()
688 let filter = ctx.construct(FilterRequest::ByPid(this_pid)); in add_pid_filter()
689 self.processor_by_pid.insert(this_pid, filter); in add_pid_filter()
/dports/archivers/rvm/rvm-1.11/
H A Dtimer.cc556 pid_t this_pid; in stamp() local
562 this_pid = pid(); in stamp()
564 this_pid = a_pid; in stamp()
577 estring(static_cast<unsigned long>(this_pid)).fmt_str( in stamp()
/dports/math/libmesh/libmesh-1.6.2/src/base/
H A Dprint_trace.C147 pid_t this_pid = getpid(); in gdb_backtrace() local
159 << this_pid in gdb_backtrace()
/dports/textproc/p5-RDFStore/RDFStore-0.51/dbms/deamon/
H A Dchildren.c200 pid_t pid,this_pid; local
216 this_pid=getpid();
227 mum_pid = this_pid;
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/profiler/
H A Dprofiler.cc230 const size_t this_pid = hash_fn(profile_stat->categories_.c_str()); in DumpProfile() local
232 this_pid)).first; in DumpProfile()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/profiler/
H A Dprofiler.cc230 const size_t this_pid = hash_fn(profile_stat->categories_.c_str()); in DumpProfile() local
232 this_pid)).first; in DumpProfile()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_api.py913 this_pid = os.getpid()
915 if pid == this_pid:
921 this_pid = os.getpid()
929 if ppid == this_pid:
946 this_pid = os.getpid()
981 children_pids = list_children_and_stop_forking(this_pid, stop=False)
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_bundle/
H A Dpydevd_api.py946 this_pid = os.getpid()
948 if pid == this_pid:
954 this_pid = os.getpid()
962 if ppid == this_pid:
979 this_pid = os.getpid()
1014 children_pids = list_children_and_stop_forking(this_pid, stop=False)
/dports/sysutils/cpulimit/cpulimit-2.2/
H A Dcpulimit.c132 pid_t this_pid; in Check_Us() local
134 this_pid = getpid(); in Check_Us()
135 if (this_pid == target_pid) in Check_Us()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/webrtc/
H A Dwebrtc_internals.cc693 int this_pid = 0, this_lid = 0; in FindRecord() local
694 record->GetInteger("pid", &this_pid); in FindRecord()
697 if (this_pid == static_cast<int>(pid) && this_lid == lid) { in FindRecord()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/webrtc/
H A Dwebrtc_internals.cc677 int this_pid = 0, this_lid = 0; in FindRecord() local
678 record->GetInteger("pid", &this_pid); in FindRecord()
681 if (this_pid == static_cast<int>(pid) && this_lid == lid) { in FindRecord()
/dports/german/BBBike/BBBike-3.18/
H A DBBBikeAlarm.pm1200 my($this_pid) = @_;
1201 if (!defined $this_pid) { $this_pid = $$ }
1206 delete $pids->{$this_host.":".$this_pid};
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dprocevent.c650 int this_pid = atoi(dent->d_name); in process_map_refresh() local
652 processlist_t *pl = process_check(this_pid); in process_map_refresh()
657 this_pid, pl->process); in process_map_refresh()
/dports/japanese/jed/jed-B0.99-8__J067/lib/
H A Drmail.sl1678 variable lpid, this_pid = string(getpid()), do_del;
1718 vinsert ("%s:%s", ourhost, this_pid, 2);
1734 if (strlen (lpid) and (lpid != this_pid))
1751 if ((lockhost != ourhost) or (lpid != this_pid))
1756 if ((lockhost == ourhost) and (lpid == this_pid))
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_processcheck.c1155 pid_t this_pid; in sh_process_check_int() local
1159 this_pid = getpid(); in sh_process_check_int()
1197 if (i == (size_t) this_pid) in sh_process_check_int()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_processcheck.c1155 pid_t this_pid; in sh_process_check_int() local
1159 this_pid = getpid(); in sh_process_check_int()
1197 if (i == (size_t) this_pid) in sh_process_check_int()

12