Home
last modified time | relevance | path

Searched refs:h_process (Results 1 – 21 of 21) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_csharp_utils/library/
H A Dansible_access_token_tests.ps157 $h_process = [Ansible.AccessToken.TokenUtil]::OpenProcess() variable
59 $h_token = [Ansible.AccessToken.TokenUtil]::OpenProcessToken($h_process, "Query")
77 $h_process.IsClosed | Assert-Equals -Expected $false
78 $h_process.IsInvalid | Assert-Equals -Expected $false
88 $h_process.Dispose()
90 $h_process.IsClosed | Assert-Equals -Expected $true
109 $h_process = [Ansible.AccessToken.TokenUtil]::OpenProcess() variable
135 $h_process = [Ansible.AccessToken.TokenUtil]::OpenProcess() variable
187 $h_process = [Ansible.AccessToken.TokenUtil]::OpenProcess() variable
216 $h_process = [Ansible.AccessToken.TokenUtil]::OpenProcess() variable
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/module_utils_Ansible.AccessToken/library/
H A Dansible_access_token_tests.ps157 $h_process = [Ansible.AccessToken.TokenUtil]::OpenProcess() variable
59 $h_token = [Ansible.AccessToken.TokenUtil]::OpenProcessToken($h_process, "Query")
77 $h_process.IsClosed | Assert-Equals -Expected $false
78 $h_process.IsInvalid | Assert-Equals -Expected $false
88 $h_process.Dispose()
90 $h_process.IsClosed | Assert-Equals -Expected $true
109 $h_process = [Ansible.AccessToken.TokenUtil]::OpenProcess() variable
135 $h_process = [Ansible.AccessToken.TokenUtil]::OpenProcess() variable
187 $h_process = [Ansible.AccessToken.TokenUtil]::OpenProcess() variable
216 $h_process = [Ansible.AccessToken.TokenUtil]::OpenProcess() variable
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/module_utils_Ansible.AccessToken/library/
H A Dansible_access_token_tests.ps157 $h_process = [Ansible.AccessToken.TokenUtil]::OpenProcess()
59 $h_token = [Ansible.AccessToken.TokenUtil]::OpenProcessToken($h_process, "Query")
77 $h_process.IsClosed | Assert-Equals -Expected $false in setCounter()
78 $h_process.IsInvalid | Assert-Equals -Expected $false in setCounter()
88 $h_process.Dispose() in setCounter()
90 $h_process.IsClosed | Assert-Equals -Expected $true in setCounter()
109 $h_process = [Ansible.AccessToken.TokenUtil]::OpenProcess() in heapObjectCallback()
135 $h_process = [Ansible.AccessToken.TokenUtil]::OpenProcess()
187 $h_process = [Ansible.AccessToken.TokenUtil]::OpenProcess()
216 $h_process = [Ansible.AccessToken.TokenUtil]::OpenProcess() in FieldModification()
[all …]
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/shellingham/
H A Dnt.py57 h_process = windll.kernel32.CreateToolhelp32Snapshot(
61 if h_process == INVALID_HANDLE_VALUE:
65 success = windll.kernel32.Process32First(h_process, byref(pe))
93 success = windll.kernel32.Process32Next(h_process, byref(pe))
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/pew/
H A D_win_utils.py83 h_process = CreateToolhelp32Snapshot()
85 pe = Process32First(h_process)
92 pe = Process32Next(h_process, pe)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/config/ospf_interfaces/
H A Dospf_interfaces.py196 h_process = {}
209 h_process = pentry
213 "processes": h_process,
/dports/sysutils/R-cran-processx/processx/src/supervisor/
H A Dsupervisor.c115 HANDLE h_process = OpenProcess(PROCESS_QUERY_INFORMATION, false, pid); in pid_is_running() local
116 if (h_process == NULL) { in pid_is_running()
122 if (!GetExitCodeProcess(h_process, &exit_code)) { in pid_is_running()
/dports/lang/v/v-0.1.29/vlib/os/
H A Dos_windows.c.v46 h_process voidptr
290 C.WaitForSingleObject(proc_info.h_process, C.INFINITE)
291 C.GetExitCodeProcess(proc_info.h_process, voidptr(&exit_code))
292 C.CloseHandle(proc_info.h_process)
/dports/lang/v/v-0.1.29/vlib/builtin/
H A Dbuiltin_windows.c.v46 fn C.SymInitialize(h_process voidptr, p_user_search_path byteptr, b_invade_process int) int
48 fn C.SymFromAddr(h_process voidptr, address u64, p_displacement voidptr, p_symbol voidptr) int
49 fn C.SymGetLineFromAddr64(h_process voidptr, address u64, p_displacement voidptr, p_line &Line64) i…
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_mapped_drive.ps1309 $h_process = [Ansible.AccessToken.TokenUtil]::OpenProcess() in Get-LimitedToken() variable
310 $h_token = [Ansible.AccessToken.TokenUtil]::OpenProcessToken($h_process, "Duplicate, Query") in Get-LimitedToken()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/plugins/modules/
H A Dwin_mapped_drive.ps1309 $h_process = [Ansible.AccessToken.TokenUtil]::OpenProcess() in Get-LimitedToken() variable
310 $h_token = [Ansible.AccessToken.TokenUtil]::OpenProcessToken($h_process, "Duplicate, Query") in Get-LimitedToken()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/windows/
H A Dos_windows.cpp983 HANDLE h_process = GetCurrentProcess(); in getTimesSecs() local
985 BOOL result = GetProcessTimes(h_process, in getTimesSecs()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/windows/
H A Dos_windows.cpp989 HANDLE h_process = GetCurrentProcess(); in getTimesSecs() local
991 BOOL result = GetProcessTimes(h_process, in getTimesSecs()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/windows/
H A Dos_windows.cpp983 HANDLE h_process = GetCurrentProcess(); in getTimesSecs() local
985 BOOL result = GetProcessTimes(h_process, in getTimesSecs()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/windows/
H A Dos_windows.cpp977 HANDLE h_process = GetCurrentProcess(); in getTimesSecs() local
979 BOOL result = GetProcessTimes(h_process, in getTimesSecs()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os/windows/
H A Dos_windows.cpp987 HANDLE h_process = GetCurrentProcess(); in getTimesSecs() local
989 BOOL result = GetProcessTimes(h_process, in getTimesSecs()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/windows/
H A Dos_windows.cpp986 HANDLE h_process = GetCurrentProcess(); in getTimesSecs() local
988 BOOL result = GetProcessTimes(h_process, in getTimesSecs()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/windows/
H A Dos_windows.cpp1083 HANDLE h_process = GetCurrentProcess(); in getTimesSecs() local
1085 BOOL result = GetProcessTimes(h_process, in getTimesSecs()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/windows/
H A Dos_windows.cpp1072 HANDLE h_process = GetCurrentProcess(); in getTimesSecs() local
1074 BOOL result = GetProcessTimes(h_process, in getTimesSecs()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/windows/vm/
H A Dos_windows.cpp941 HANDLE h_process = GetCurrentProcess(); in getTimesSecs() local
943 BOOL result = GetProcessTimes(h_process, in getTimesSecs()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/windows/vm/
H A Dos_windows.cpp941 HANDLE h_process = GetCurrentProcess(); in getTimesSecs() local
943 BOOL result = GetProcessTimes(h_process, in getTimesSecs()