HomeSort by relevance Sort by last modified time
    Searched full:getcurrentprocess (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/libchrome/sandbox/win/sandbox_poc/pocdll/
utils.h 37 BOOL result = ::DuplicateHandle(::GetCurrentProcess(),
39 ::GetCurrentProcess(),
  /external/compiler-rt/test/asan/TestCases/Windows/
report_after_syminitialize.cc 12 if (!SymInitialize(GetCurrentProcess(), 0, FALSE))
  /external/skia/tools/
ProcStats.cpp 26 GetProcessMemoryInfo(GetCurrentProcess(), &info, sizeof(info));
64 GetProcessMemoryInfo(GetCurrentProcess(), &info, sizeof(info));
CrashHandler.cpp 126 HANDLE hProcess = GetCurrentProcess();
149 GetCurrentProcess(),
win_dbghelp.cpp 159 bMiniDumpSuccessful = MiniDumpWriteDump(GetCurrentProcess(),
  /external/lzma/CPP/Windows/
MemoryLock.cpp 45 if (MY_FUNC_SELECT(OpenProcessToken)(::GetCurrentProcess(), TOKEN_ADJUST_PRIVILEGES, &token))
  /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/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/deqp/framework/platform/win32/
tcuWin32Platform.cpp 39 SetPriorityClass(GetCurrentProcess(), BELOW_NORMAL_PRIORITY_CLASS);
tcuWin32GLES3Platform.cpp 183 SetPriorityClass(GetCurrentProcess(), BELOW_NORMAL_PRIORITY_CLASS);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/
runtktests.py 45 if ( (app_services.GetCurrentProcess(psn_p) < 0) or
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/
runtktests.py 45 if ( (app_services.GetCurrentProcess(psn_p) < 0) or
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 45 if ( (app_services.GetCurrentProcess(psn_p) < 0) or
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 45 if ( (app_services.GetCurrentProcess(psn_p) < 0) or
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 320 * original call: TerminateProcess(GetCurrentProcess(), 0);
321 * we substitute the GetCurrentProcess() with the result of the inline function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 320 * original call: TerminateProcess(GetCurrentProcess(), 0);
321 * we substitute the GetCurrentProcess() with the result of the inline function
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 1201 if (DuplicateHandle(GetCurrentProcess(),
1203 GetCurrentProcess(),
1213 if (DuplicateHandle(GetCurrentProcess(),
1215 GetCurrentProcess(),
1225 if (DuplicateHandle(GetCurrentProcess(),
1227 GetCurrentProcess(),
  /external/deqp/framework/qphelper/
qpDebugOut.c 158 HANDLE curProc = GetCurrentProcess();
  /external/llvm/lib/Support/Windows/
DynamicLibrary.inc 70 fEnumerateLoadedModules(GetCurrentProcess(), ELM_Callback, 0);
Program.inc 110 if (!DuplicateHandle(GetCurrentProcess(), (HANDLE)_get_osfhandle(fd),
111 GetCurrentProcess(), &h,
320 if (!DuplicateHandle(GetCurrentProcess(), si.hStdOutput,
321 GetCurrentProcess(), &si.hStdError,
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_symbol.c 132 hProcess = GetCurrentProcess();
  /external/webrtc/webrtc/base/
systeminfo.cc 112 ::GetProcessAffinityMask(::GetCurrentProcess(), &process_mask, &system_mask);
  /hardware/intel/img/psb_video/src/hwdefs/
img_defs.h 125 #define IMG_ABORT() TerminateProcess(GetCurrentProcess(), 0)
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 232 target_process = _subprocess.GetCurrentProcess()
234 _subprocess.GetCurrentProcess(), handle, target_process,

Completed in 1223 milliseconds

1 2 3 4