HomeSort by relevance Sort by last modified time
    Searched refs:current_process (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/chrome/browser/task_manager/
os_resource_win.cc 15 HANDLE current_process = GetCurrentProcess(); local
17 if (DuplicateHandle(current_process, process, current_process,
32 HANDLE current_process = GetCurrentProcess(); local
34 if (DuplicateHandle(current_process, process, current_process,
task_manager.cc 130 HANDLE current_process = GetCurrentProcess(); local
132 if (DuplicateHandle(current_process, process, current_process,
147 HANDLE current_process = GetCurrentProcess(); local
149 if (DuplicateHandle(current_process, process, current_process,
    [all...]
  /external/chromium_org/chrome_elf/
thunk_getter.cc 122 HANDLE current_process = ::GetCurrentProcess();
127 thunk = new sandbox::ServiceResolverThunk(current_process, relaxed);
131 thunk = new sandbox::Wow64W8ResolverThunk(current_process, relaxed);
133 thunk = new sandbox::Wow64ResolverThunk(current_process, relaxed);
135 thunk = new sandbox::Win8ResolverThunk(current_process, relaxed);
137 thunk = new sandbox::ServiceResolverThunk(current_process, relaxed);
  /external/chromium_org/chrome/browser/install_verification/win/
module_list.cc 46 HANDLE current_process = ::GetCurrentProcess(); local
55 current_process, modules_[i],
  /external/chromium_org/ui/base/win/
mouse_wheel_util.cc 72 DWORD current_process = GetCurrentProcessId();
88 if (current_process != wheel_window_process) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 36 'Process', 'current_process', 'active_children', 'freeze_support',
68 self._parent = current_process()
71 assert self._parent is current_process()
96 current_process = threading.current_thread variable
97 current_process()._children = weakref.WeakKeyDictionary()
100 children = current_process()._children
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 36 'Process', 'current_process', 'active_children', 'freeze_support',
68 self._parent = current_process()
71 assert self._parent is current_process()
96 current_process = threading.current_thread variable
97 current_process()._children = weakref.WeakKeyDictionary()
100 children = current_process()._children
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 42 from multiprocessing.process import current_process, active_children namespace
136 if current_process()._tempdir is None:
141 current_process()._tempdir = tempdir
142 return current_process()._tempdir
290 current_process=current_process):
301 if current_process() is not None:
forking.py 345 if getattr(process.current_process(), '_inheriting', False):
378 process.current_process()._inheriting = True
382 process.current_process()._inheriting = False
402 authkey=process.current_process().authkey,
449 process.current_process().name = data['name']
452 process.current_process()._authkey = data['authkey']
reduction.py 44 from multiprocessing import current_process namespace
110 _listener = Listener(authkey=current_process().authkey)
155 conn = Client(address, authkey=current_process().authkey)
synchronize.py 46 from multiprocessing.process import current_process namespace
152 name = current_process().name
177 name = current_process().name
__init__.py 47 'Process', 'current_process', 'active_children', 'freeze_support',
64 from multiprocessing.process import Process, current_process, active_children namespace
managers.py 50 from multiprocessing import Process, current_process, active_children, Pool, util, connection namespace
174 current_process()._manager_server = self
475 authkey = current_process().authkey
730 self._authkey = current_process().authkey
739 name = current_process().name
869 server = getattr(current_process(), '_manager_server', None)
876 not getattr(current_process(), '_inheriting', False)
923 authkey = current_process().authkey
    [all...]
process.py 35 __all__ = ['Process', 'current_process', 'active_children']
59 def current_process(): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 42 from multiprocessing.process import current_process, active_children namespace
136 if current_process()._tempdir is None:
141 current_process()._tempdir = tempdir
142 return current_process()._tempdir
290 current_process=current_process):
301 if current_process() is not None:
forking.py 345 if getattr(process.current_process(), '_inheriting', False):
378 process.current_process()._inheriting = True
382 process.current_process()._inheriting = False
402 authkey=process.current_process().authkey,
449 process.current_process().name = data['name']
452 process.current_process()._authkey = data['authkey']
reduction.py 44 from multiprocessing import current_process namespace
110 _listener = Listener(authkey=current_process().authkey)
155 conn = Client(address, authkey=current_process().authkey)
synchronize.py 46 from multiprocessing.process import current_process namespace
152 name = current_process().name
177 name = current_process().name
__init__.py 47 'Process', 'current_process', 'active_children', 'freeze_support',
64 from multiprocessing.process import Process, current_process, active_children namespace
managers.py 50 from multiprocessing import Process, current_process, active_children, Pool, util, connection namespace
174 current_process()._manager_server = self
475 authkey = current_process().authkey
730 self._authkey = current_process().authkey
739 name = current_process().name
869 server = getattr(current_process(), '_manager_server', None)
876 not getattr(current_process(), '_inheriting', False)
923 authkey = current_process().authkey
    [all...]
process.py 35 __all__ = ['Process', 'current_process', 'active_children']
59 def current_process(): function
  /external/chromium_org/chrome/browser/
memory_details_linux.cc 179 const Process& current_process = iter->second; local
180 const BrowserType type = GetBrowserType(current_process.name);
185 process_map.find(current_process.parent);
187 browsers_found.insert(current_process.pid);
194 browsers_found.insert(current_process.pid);
  /external/chromium_org/sandbox/win/src/
Wow64.cc 101 HANDLE current_process = ::GetCurrentProcess(); local
104 if (!::DuplicateHandle(current_process, dll_load_, child_->Process(),
107 if (!::DuplicateHandle(current_process, continue_load_, child_->Process(),
  /external/chromium_org/chrome/browser/ui/
hung_plugin_tab_helper.cc 105 HANDLE current_process = ::GetCurrentProcess(); local
106 ::DuplicateHandle(current_process, data.handle, current_process, &handle,
359 HANDLE current_process = ::GetCurrentProcess(); local
365 ::DuplicateHandle(current_process, host->GetHandle(), current_process,
  /external/chromium_org/ui/base/clipboard/
clipboard_unittest.cc 355 base::ProcessHandle current_process = base::kNullProcessHandle; local
357 current_process = GetCurrentProcess();
359 shared_buf.ShareToProcess(current_process, &handle_to_share);
376 &objects, handle_to_share, current_process));

Completed in 590 milliseconds

1 2