HomeSort by relevance Sort by last modified time
    Searched refs:HANDLE (Results 351 - 375 of 976) sorted by null

<<11121314151617181920>>

  /external/chromium/net/proxy/
proxy_config_service_win.cc 60 HANDLE watch_event() const {
137 void ProxyConfigServiceWin::OnObjectSignaled(HANDLE object) {
  /external/chromium/net/udp/
udp_socket_win.h 105 virtual void OnObjectSignaled(HANDLE object);
117 virtual void OnObjectSignaled(HANDLE object);
  /external/chromium/third_party/libjingle/source/talk/base/
thread.h 65 // handle will, on Win32, be opened with only synchronization privileges -
72 // will have a NULL handle.
178 HANDLE GetHandle() {
203 HANDLE thread_;
  /external/chromium_org/base/message_loop/
message_pump_win.h 246 // HANDLE file_;
272 // HANDLE file_;
334 void RegisterIOHandler(HANDLE file_handle, IOHandler* handler);
340 bool RegisterJobObject(HANDLE job_handle, IOHandler* handler);
  /external/chromium_org/base/win/
windows_version.cc 94 OSInfo::WOW64Status OSInfo::GetWOW64StatusForProcess(HANDLE process_handle) {
95 typedef BOOL (WINAPI* IsWow64ProcessFunc)(HANDLE, PBOOL);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
implement.h 158 HANDLE threadH; /* Win32 thread handle - POSIX thread is invalid if threadH == 0 */
159 pthread_t ptHandle; /* This thread's permanent pthread_t handle */
164 HANDLE cancelEvent;
225 HANDLE sem;
247 HANDLE event; /* Mutex release notification to waiting
319 HANDLE readyFlag; /* set after lock is released by
321 HANDLE nextFlag; /* set after 'next' ptr is set by
572 extern DWORD (*ptw32_register_cancelation) (PAPCFUNC, HANDLE, DWORD);
630 HANDLE threadH, DWORD callback_arg)
    [all...]
  /external/chromium_org/sandbox/win/sandbox_poc/
sandbox.cc 15 typedef void(__cdecl *lpfnInit)(HANDLE);
106 // the desktop handle has been granted to us, and we don't have a
108 // grant us access to a handle to a logfile and write the error that
139 HANDLE pipe = ::CreateFile(log_file.c_str(),
  /external/chromium_org/sandbox/win/src/
crosscall_params.h 55 HANDLE handle; member in union:sandbox::MultiType
90 // for calls that should return a windows handle. It is found here.
91 HANDLE handle; member in struct:sandbox::CrossCallReturn
target_services.cc 24 // resulting handle. RegDisablePredefinedCache() is the documented way to flush
46 // Checks if we have handle entries pending and runs the closer.
91 // Enabling mitigations must happen last otherwise handle closing breaks
185 ResultCode TargetServicesBase::DuplicateHandle(HANDLE source_handle,
187 HANDLE* target_handle,
  /external/chromium_org/sandbox/win/tools/finder/
finder_fs.cc 11 HANDLE find;
55 HANDLE file;
  /external/chromium_org/sandbox/win/wow_helper/
wow_helper.cc 60 int PatchNtdll(HANDLE child, void* thunk, size_t thunk_bytes) {
111 HANDLE child = ::OpenProcess(access, FALSE, process_id);
  /external/chromium_org/third_party/libxml/src/
testThreadsWin32.c 17 static HANDLE tid[MAX_ARGC];
101 tid[i] = (HANDLE) -1;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_winnt.h 153 HANDLE blocked_sema; /* Threads block on this when waiting
159 HANDLE handle; member in struct:_MDThread
166 HANDLE thr_event; /* For native-threads-only support,
199 HANDLE d_hdl;
211 HANDLE sem;
217 * the libc file handle (0, 1, 2), which is an int.
218 * - For files and pipes, we are using Win32 HANDLE,
229 * (a file handle) */
241 HANDLE handle member in struct:_MDProcess
    [all...]
  /external/chromium_org/win8/metro_driver/
metro_driver_win7.cc 14 HANDLE host_thread;
114 HANDLE thread = ::CreateThread(NULL, 0, &HostThread, NULL, 0, NULL);
  /external/webrtc/src/system_wrappers/source/
thread_win.cc 81 _thread=(HANDLE)_beginthreadex(NULL, 1024*1024, StartThread, (void*)this, 0,
150 // Prevents the handle from being closed in ThreadWindows::Run()
225 HANDLE thread = _thread;
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 41 /* From driver_ndis.c to shared the handle to NDISUIO */
42 HANDLE driver_ndis_get_ndisuio_handle(void);
58 HANDLE rx_thread;
59 HANDLE stop_request;
60 HANDLE ready_for_read;
61 HANDLE rx_processed;
75 HANDLE rx_avail;
162 HANDLE handles[2];
200 HANDLE handles[2];
209 * on the handle. There do not seem to be anything else that we coul
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
drv.h 196 HANDLE hProcessor;
207 HANDLE hProcessor;
260 * phDrvObject: Location to store created DRV Object handle.
290 * hDrvObject: Handle to Driver object .
296 * hDrvObject is not NULL and a valid DRV handle .
301 * DRV handle.
348 * Given a index, returns a handle to DevObject from the list
350 * hDrvObject: Handle to the Manager
351 * phDevObject: Location to store the Dev Handle
373 * hDevObject: Handle to the Device Objec
    [all...]
  /external/chromium_org/content/common/
sandbox_win.cc 223 HANDLE token;
402 BOOL (WINAPI *g_iat_orig_duplicate_handle)(HANDLE source_process_handle,
403 HANDLE source_handle,
404 HANDLE target_process_handle,
413 "You are attempting to duplicate a privileged handle into a sandboxed"
417 void CheckDuplicateHandle(HANDLE handle) {
424 error = g_QueryObject(handle, ObjectTypeInformation, type_info, size, &size);
431 error = g_QueryObject(handle, ObjectBasicInformation, &basic_info, size,
443 BOOL WINAPI DuplicateHandlePatch(HANDLE source_process_handle
482 base::win::ScopedHandle handle; local
    [all...]
  /development/host/windows/usb/api/
adb_legacy_io_completion.cpp 29 HANDLE event_hndl,
  /development/host/windows/usb/winusb/
adb_winusb_io_completion.cpp 29 HANDLE event_hndl)
  /external/chromium/chrome/browser/nacl_host/
nacl_process_host.cc 35 void SetCloseOnExec(nacl::Handle fd) {
48 std::vector<nacl::Handle> sockets_for_renderer;
49 std::vector<nacl::Handle> sockets_for_sel_ldr;
111 nacl::Handle pair[2];
169 void NaClProcessHost::OnProcessLaunchedByBroker(base::ProcessHandle handle) {
170 set_handle(handle);
177 return base::GetTerminationStatus(handle(), exit_code);
194 // Copy the handle into the renderer process.
195 HANDLE handle_in_renderer;
197 reinterpret_cast<HANDLE>(
    [all...]
  /external/chromium/chrome/browser/policy/
configuration_policy_loader_win.cc 21 if (!RegisterGPNotification(user_policy_changed_event_.handle(), false)) {
25 if (!RegisterGPNotification(machine_policy_changed_event_.handle(), true)) {
51 user_policy_changed_event_.handle(), this)) {
58 machine_policy_changed_event_.handle(), this)) {
73 void ConfigurationPolicyLoaderWin::OnObjectSignaled(HANDLE object) {
75 DCHECK(object == user_policy_changed_event_.handle() ||
76 object == machine_policy_changed_event_.handle())
  /external/chromium/net/disk_cache/
cache_util_win.cc 22 HANDLE handle = FindFirstFile(name.c_str(), &data); local
23 if (handle == INVALID_HANDLE_VALUE)
35 } while (FindNextFile(handle, &data));
37 FindClose(handle);
65 // file to open. Note that this code assumes that we have a handle to the
66 // file at all times (even now), so nobody can have a handle that prevents
  /external/chromium_org/base/allocator/
win_allocator.cc 9 HANDLE win_heap;
  /external/chromium_org/base/files/
file_enumerator.h 128 HANDLE find_handle_;

Completed in 1224 milliseconds

<<11121314151617181920>>