/external/compiler-rt/test/asan/TestCases/Windows/ |
report_after_syminitialize.cc | 12 if (!SymInitialize(GetCurrentProcess(), 0, FALSE))
|
/external/libmojo/mojo/edk/embedder/ |
platform_handle_utils_win.cc | 19 if (!DuplicateHandle(GetCurrentProcess(), platform_handle.handle, 20 GetCurrentProcess(), &new_handle, 0, TRUE,
|
/external/v8/src/ |
d8-windows.cc | 18 TerminateProcess(GetCurrentProcess(), exit_code);
|
/external/skia/tools/ |
ProcStats.cpp | 27 GetProcessMemoryInfo(GetCurrentProcess(), &info, sizeof(info)); 65 GetProcessMemoryInfo(GetCurrentProcess(), &info, sizeof(info));
|
CrashHandler.cpp | 126 HANDLE hProcess = GetCurrentProcess(); 149 GetCurrentProcess(),
|
/external/skqp/tools/ |
ProcStats.cpp | 27 GetProcessMemoryInfo(GetCurrentProcess(), &info, sizeof(info)); 65 GetProcessMemoryInfo(GetCurrentProcess(), &info, sizeof(info));
|
CrashHandler.cpp | 126 HANDLE hProcess = GetCurrentProcess(); 149 GetCurrentProcess(),
|
/external/deqp/framework/platform/win32/ |
tcuWin32Platform.cpp | 39 SetPriorityClass(GetCurrentProcess(), BELOW_NORMAL_PRIORITY_CLASS);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_symbolizer_win.cc | 41 return SymInitialize(GetCurrentProcess(), 0, TRUE); 64 SymCleanup(GetCurrentProcess()); 75 if (!SymGetSearchPathW(GetCurrentProcess(), path_buffer, kSymPathSize)) { 94 if (!SymSetSearchPathW(GetCurrentProcess(), path_buffer)) { 111 BOOL got_objname = SymFromAddr(GetCurrentProcess(), 119 BOOL got_fileline = SymGetLineFromAddr64(GetCurrentProcess(), (DWORD64)addr,
|
/external/v8/src/base/debug/ |
stack_trace_win.cc | 57 if (!SymInitialize(GetCurrentProcess(), NULL, TRUE)) { 76 if (!SymGetSearchPathW(GetCurrentProcess(), symbols_path.get(), 86 if (!SymSetSearchPathW(GetCurrentProcess(), new_path.c_str())) { 123 SymFromAddr(GetCurrentProcess(), frame, &sym_displacement, symbol); 129 BOOL has_line = SymGetLineFromAddr64(GetCurrentProcess(), frame, 218 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(),
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
systimes.py | 126 d = win32process.GetProcessTimes(win32process.GetCurrentProcess())
136 ctypes.windll.kernel32.GetCurrentProcess(),
|
/external/compiler-rt/lib/builtins/ |
clear_cache.c | 23 uintptr_t GetCurrentProcess(void); 121 FlushInstructionCache(GetCurrentProcess(), start, end - start);
|
/external/libmojo/mojo/edk/test/ |
test_utils_win.cc | 87 GetCurrentProcess(), 89 GetCurrentProcess(), &rv, 0, TRUE, DUPLICATE_SAME_ACCESS))
|
/external/python/cpython2/Tools/pybench/ |
systimes.py | 126 d = win32process.GetProcessTimes(win32process.GetCurrentProcess()) 136 ctypes.windll.kernel32.GetCurrentProcess(),
|
/external/python/cpython3/Tools/pybench/ |
systimes.py | 129 d = win32process.GetProcessTimes(win32process.GetCurrentProcess()) 139 ctypes.windll.kernel32.GetCurrentProcess(),
|
/prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/ |
stack_windows.go | 21 p, err := syscall.GetCurrentProcess()
|
/prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/ |
stack_windows.go | 21 p, err := syscall.GetCurrentProcess()
|
/external/compiler-rt/test/builtins/Unit/ |
clear_cache_test.c | 18 if (!FlushInstructionCache(GetCurrentProcess(), start, end-start))
|
enable_execute_stack_test.c | 18 if (!FlushInstructionCache(GetCurrentProcess(), start, end-start))
|
/external/lzma/CPP/Windows/ |
MemoryLock.cpp | 47 if (MY_FUNC_SELECT(OpenProcessToken)(::GetCurrentProcess(), TOKEN_ADJUST_PRIVILEGES, &token))
|
/hardware/intel/img/psb_video/src/hwdefs/ |
img_defs.h | 125 #define IMG_ABORT() TerminateProcess(GetCurrentProcess(), 0)
|
/external/python/cpython3/Lib/multiprocessing/ |
reduction.py | 74 target_process = _winapi.GetCurrentProcess() 76 _winapi.GetCurrentProcess(), handle, target_process, 86 _winapi.GetCurrentProcess(), 0, False, 110 _winapi.GetCurrentProcess(), 128 proc, self._handle, _winapi.GetCurrentProcess(),
|
/external/swiftshader/src/Common/ |
CPUID.cpp | 238 GetProcessAffinityMask(GetCurrentProcess(), &processAffinityMask, &systemAffinityMask); 267 GetProcessAffinityMask(GetCurrentProcess(), &processAffinityMask, &systemAffinityMask);
|
/prebuilts/go/darwin-x86/src/runtime/testdata/testprog/ |
syscall_windows.go | 37 p, err := syscall.GetCurrentProcess()
|
/prebuilts/go/linux-x86/src/runtime/testdata/testprog/ |
syscall_windows.go | 37 p, err := syscall.GetCurrentProcess()
|