HomeSort by relevance Sort by last modified time
    Searched full:thread_attributes (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/sandbox/win/src/
process_thread_interception.h 75 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
82 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
89 LPSECURITY_ATTRIBUTES thread_attributes, SIZE_T stack_size,
interceptors_64.cc 72 LPSECURITY_ATTRIBUTES thread_attributes, SIZE_T stack_size,
77 return TargetCreateThread(orig_fn, thread_attributes, stack_size,
193 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
199 process_attributes, thread_attributes,
208 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
214 process_attributes, thread_attributes,
process_thread_interception.cc 265 LPSECURITY_ATTRIBUTES thread_attributes,
271 thread_attributes, inherit_handles, flags,
324 LPSECURITY_ATTRIBUTES thread_attributes,
330 thread_attributes, inherit_handles, flags,
406 LPSECURITY_ATTRIBUTES thread_attributes,
416 thread = orig_CreateThread(thread_attributes, stack_size, start_address,
423 thread_attributes ? thread_attributes->lpSecurityDescriptor : NULL;
interceptors_64.h 49 LPSECURITY_ATTRIBUTES thread_attributes, SIZE_T stack_size,
122 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
130 LPSECURITY_ATTRIBUTES thread_attributes, BOOL inherit_handles, DWORD flags,
  /external/chromium_org/remoting/host/win/
unprivileged_process_delegate.cc 269 SECURITY_ATTRIBUTES thread_attributes; local
270 thread_attributes.nLength = sizeof(thread_attributes);
271 thread_attributes.lpSecurityDescriptor = thread_sd.get();
272 thread_attributes.bInheritHandle = FALSE;
314 &thread_attributes,
launch_process_with_token.h 38 SECURITY_ATTRIBUTES* thread_attributes,
launch_process_with_token.cc 307 SECURITY_ATTRIBUTES thread_attributes; member in struct:__anon10210::CreateProcessRequest
456 SECURITY_ATTRIBUTES* thread_attributes,
475 thread_attributes,
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
eiffel.php 130 'THREAD_ATTRIBUTES',

Completed in 102 milliseconds