Home
last modified time | relevance | path

Searched refs:our_pid (Results 1 – 25 of 117) sorted by relevance

12345

/dports/devel/dmalloc/dmalloc-5.6.5/
H A Derror.c192 long our_pid = getpid(); in build_logfile_path() local
193 buf_p = append_long(buf_p, bounds_p, our_pid, 10); in build_logfile_path()
300 long our_pid = getpid(); in _dmalloc_open_log() local
302 dmalloc_message("process pid = %ld", our_pid); in _dmalloc_open_log()
520 long our_pid = getpid(); in _dmalloc_vmessage() local
523 str_p = append_format(str_p, bounds_p, "p%ld: ", our_pid); in _dmalloc_vmessage()
/dports/lang/python27/Python-2.7.18/PC/VS8.0/
H A Dkill_python.c30 DWORD dac, our_pid; in main() local
42 our_pid = GetCurrentProcessId(); in main()
44 hsm = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, our_pid); in main()
/dports/lang/python27/Python-2.7.18/PC/VS9.0/
H A Dkill_python.c30 DWORD dac, our_pid; in main() local
42 our_pid = GetCurrentProcessId(); in main()
44 hsm = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, our_pid); in main()
/dports/www/rt44/rt-4.4.5/lib/RT/
H A DUtil.pm60 my $our_pid = $$;
92 exit 0 if $our_pid != $$;
97 if ( $our_pid == $$ ) {
/dports/www/rt50/rt-5.0.2/lib/RT/
H A DUtil.pm60 my $our_pid = $$;
92 exit 0 if $our_pid != $$;
97 if ( $our_pid == $$ ) {
/dports/lang/python-legacy/Python-2.7.18/PC/VS8.0/
H A Dkill_python.c30 DWORD dac, our_pid; in main() local
42 our_pid = GetCurrentProcessId(); in main()
44 hsm = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, our_pid); in main()
/dports/lang/python-legacy/Python-2.7.18/PC/VS9.0/
H A Dkill_python.c30 DWORD dac, our_pid; in main() local
42 our_pid = GetCurrentProcessId(); in main()
44 hsm = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, our_pid); in main()
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/libcompat/
H A Dclosefrom.c45 pid_t our_pid = getpid(); in closefrom()
49 int count = pstat_getfile2(info, sizeof(info[0]), block_size, 0, our_pid); in closefrom()
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/libcompat/
H A Dclosefrom.c45 pid_t our_pid = getpid(); in closefrom()
49 int count = pstat_getfile2(info, sizeof(info[0]), block_size, 0, our_pid); in closefrom()
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/libcompat/
H A Dclosefrom.c45 pid_t our_pid = getpid(); in closefrom()
49 int count = pstat_getfile2(info, sizeof(info[0]), block_size, 0, our_pid); in closefrom()
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/libcompat/
H A Dclosefrom.c45 pid_t our_pid = getpid(); in closefrom()
49 int count = pstat_getfile2(info, sizeof(info[0]), block_size, 0, our_pid); in closefrom()
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/libcompat/
H A Dclosefrom.c45 pid_t our_pid = getpid(); in closefrom()
49 int count = pstat_getfile2(info, sizeof(info[0]), block_size, 0, our_pid); in closefrom()
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/libcompat/
H A Dclosefrom.c45 pid_t our_pid = getpid(); in closefrom()
49 int count = pstat_getfile2(info, sizeof(info[0]), block_size, 0, our_pid); in closefrom()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/init/
H A Dsubcontext_test.cpp74 auto our_pid = std::to_string(getpid()); in TEST() local
75 EXPECT_NE(our_pid, pids[0]); in TEST()
76 EXPECT_EQ(our_pid, pids[1]); in TEST()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/init/
H A Dsubcontext_test.cpp73 auto our_pid = std::to_string(getpid()); in TEST() local
74 EXPECT_NE(our_pid, pids[0]); in TEST()
75 EXPECT_EQ(our_pid, pids[1]); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/process/
H A Dprocess_posix.cc189 const base::ProcessHandle our_pid = base::GetCurrentProcessHandle(); in WaitForExitWithTimeoutImpl() local
190 if (handle == our_pid) { in WaitForExitWithTimeoutImpl()
198 if (!exited && parent_pid != our_pid) { in WaitForExitWithTimeoutImpl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/process/
H A Dprocess_posix.cc189 const base::ProcessHandle our_pid = base::GetCurrentProcessHandle(); in WaitForExitWithTimeoutImpl() local
190 if (handle == our_pid) { in WaitForExitWithTimeoutImpl()
198 if (!exited && parent_pid != our_pid) { in WaitForExitWithTimeoutImpl()
/dports/net/samba412/samba-4.12.15/nsswitch/
H A Dwb_common.c41 pid_t our_pid; /* calling process pid */ member
53 .our_pid = 0 in get_wb_global_ctx()
434 if (ctx->our_pid != getpid()) { in winbind_open_pipe_sock()
436 ctx->our_pid = getpid(); in winbind_open_pipe_sock()
/dports/news/trn/trn-3.6/
H A Dinit.c66 our_pid = getpid();
293 fprintf(tmpfp,"%ld\n",our_pid); in lock_check()
H A Dinit.h17 EXT long our_pid; variable
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/nsswitch/
H A Dwb_common.c297 static pid_t our_pid; in winbind_open_pipe_sock() local
303 if (our_pid != getpid()) { in winbind_open_pipe_sock()
305 our_pid = getpid(); in winbind_open_pipe_sock()
/dports/news/trn4/trn-4.0-test77/
H A Dinit.h8 EXT long our_pid; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Host/openbsd/
H A DHost.cpp166 const ::pid_t our_pid = getpid(); in FindProcessesImpl() local
176 kinfo.p_pid == our_pid || // Skip this process in FindProcessesImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/debugserver/source/
H A DRNBServices.cpp40 const pid_t our_pid = getpid(); in GetProcesses() local
58 pid == our_pid || // Skip this process in GetProcesses()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DRNBServices.cpp40 const pid_t our_pid = getpid(); in GetProcesses() local
58 pid == our_pid || // Skip this process in GetProcesses()

12345