/external/qemu/distrib/sdl-1.2.15/src/thread/win32/ |
win_ce_semaphore.h | 4 HANDLE hEvent; 5 HANDLE hMutex; 6 HANDLE hSemph;
|
/external/chromium_org/ppapi/c/private/ |
pp_file_handle.h | 22 typedef HANDLE PP_FileHandle;
|
/external/chromium_org/rlz/win/lib/ |
lib_mutex.h | 23 HANDLE mutex_;
|
/external/chromium_org/sandbox/win/src/ |
registry_policy.h | 35 HANDLE root_directory, 39 HANDLE* handle, 49 HANDLE root_directory, 51 HANDLE* handle,
|
restricted_token_utils.h | 30 // token_handle is the output value containing the handle of the 35 DWORD CreateRestrictedToken(HANDLE *token_handle, 50 // The output parameter job_handle is the handle to the job object. It has 51 // to be closed with CloseHandle() when not needed. Closing this handle will 64 HANDLE *job_handle); 66 // Sets the integrity label on a object handle. 67 DWORD SetObjectIntegrityLabel(HANDLE handle, SE_OBJECT_TYPE type, 74 DWORD SetTokenIntegrityLevel(HANDLE token, IntegrityLevel integrity_level);
|
sync_interception.h | 15 typedef HANDLE (WINAPI *CreateEventWFunction) ( 21 typedef HANDLE (WINAPI *OpenEventWFunction) ( 27 SANDBOX_INTERCEPT HANDLE WINAPI TargetCreateEventW( 33 SANDBOX_INTERCEPT HANDLE WINAPI TargetOpenEventW(
|
target_process.h | 36 TargetProcess(HANDLE initial_token, HANDLE lockdown_token, HANDLE job, 62 // Returns the handle to the target process. 63 HANDLE Process() const { 67 // Returns the handle to the job object that the target process belongs to. 68 HANDLE Job() const { 88 // Returns the handle to the main thread. 89 HANDLE MainThread() const { 105 // Kernel handle to the shared memory used by the IPC server [all...] |
handle_policy.h | 19 // This class centralizes most of the knowledge related to handle policy. 31 HANDLE source_handle, 33 HANDLE* target_handle,
|
policy_target.h | 24 NtSetInformationThreadFunction orig_SetInformationThread, HANDLE thread, 31 NtOpenThreadTokenFunction orig_OpenThreadToken, HANDLE thread, 37 NtOpenThreadTokenExFunction orig_OpenThreadTokenEx, HANDLE thread,
|
sharedmem_ipc_client.h | 80 HANDLE ping_event; 82 HANDLE pong_event; 90 // handle to a shared mutex to detect when the server is dead 91 HANDLE server_alive;
|
/external/chromium_org/v8/src/ |
v8preparserdll-main.cc | 33 BOOL WINAPI DllMain(HANDLE hinstDLL,
|
/external/v8/src/ |
v8preparserdll-main.cc | 33 BOOL WINAPI DllMain(HANDLE hinstDLL,
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
winping.h | 52 typedef HANDLE (WINAPI *PIcmpCreateFile)(); 54 typedef BOOL (WINAPI *PIcmpCloseHandle)(HANDLE icmp_handle); 56 typedef HANDLE (WINAPI *PIcmp6CreateFile)(); 58 typedef BOOL (WINAPI *PIcmp6CloseHandle)(HANDLE icmp_handle); 61 HANDLE IcmpHandle, 71 HANDLE IcmpHandle, 72 HANDLE Event, 102 HANDLE hping_; 103 HANDLE hping6_;
|
/external/chromium/chrome/common/ |
nacl_types.h | 5 // Handle passing definitions for NaCl 17 // We assume that HANDLE always uses less than 32 bits 19 inline HANDLE ToNativeHandle(const FileDescriptor& desc) { 20 return reinterpret_cast<HANDLE>(desc);
|
/external/chromium_org/chrome/browser/hang_monitor/ |
hang_crash_dump_win.cc | 21 void CrashDumpAndTerminateHungChildProcess(HANDLE hprocess) { 24 typedef HANDLE (__cdecl *DumpFunction)(HANDLE); 35 HANDLE remote_thread = request_dump(hprocess); 48 void CrashDumpForHangDebugging(HANDLE hprocess) { 59 typedef HANDLE (__cdecl *DumpFunction)(HANDLE); 66 HANDLE remote_thread = request_dump(hprocess);
|
/external/chromium_org/chrome_frame/ |
registry_watcher.h | 28 HANDLE wait_event_; 29 HANDLE wait_handle_;
|
/external/chromium_org/third_party/skia/src/utils/ |
SkThreadUtils_win.h | 19 HANDLE fHandle; 20 HANDLE fCancelEvent;
|
/external/skia/src/utils/ |
SkThreadUtils_win.h | 19 HANDLE fHandle; 20 HANDLE fCancelEvent;
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Debug.h | 48 #define OMX_LOG_PRINT(HANDLE, STR, ARG...) \ 49 (OMX_Log(HANDLE, __FILE__, __LINE__, __FUNCTION__, STR, ##ARG)) 52 #define OMX_DPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_DEBUG | HANDLE, STR, ##ARG) 53 #define OMX_TPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_TRACE | HANDLE, STR, ##ARG) 55 #define OMX_DPRINT(HANDLE, STR, ARG...) 56 #define OMX_TPRINT(HANDLE, STR, ARG...) 60 #define OMX_DENTER(handle) OMX_TPRINT((handle), "+++ENTERING" [all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_Debug.h | 73 #define OMX_LOG_PRINT(HANDLE, STR, ARG...) \ 74 (OMX_Log(HANDLE, __FILE__, __LINE__, __FUNCTION__, STR, ##ARG)) 77 #define OMX_DPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_DEBUG | HANDLE, STR, ##ARG) 78 #define OMX_TPRINT(HANDLE, STR, ARG...) OMX_LOG_PRINT(OMX_MASK_TRACE | HANDLE, STR, ##ARG) 80 #define OMX_DPRINT(HANDLE, STR, ARG...) 81 #define OMX_TPRINT(HANDLE, STR, ARG...) 85 #define OMX_DENTER(handle) OMX_TPRINT((handle), "+++ENTERING" [all...] |
/development/host/windows/usb/api/ |
adb_legacy_endpoint_object.h | 21 encapsulates a handle opened to an endpoint on our device controlled by
28 /** Encapsulates a handle opened to an endpoint on our device controlled by
63 @param[in] event_handle Event handle that should be signaled when async I/O
64 completes. Can be NULL. If it's not NULL this handle will be used to
69 @return A handle to IO completion object or NULL on failure. If NULL is
76 HANDLE event_handle,
102 /** \brief Opens endpoint and creates a handle to this object
111 @return A handle to this object on success or NULL on an error.
121 /** \brief This method is called when handle to this object gets closed.
123 We override this method in order to close handle to the endpoint opened [all...] |
/external/chromium_org/base/win/ |
scoped_process_information.h | 18 // structures. Allows clients to take ownership of either handle independently. 48 // Returns true iff this instance is holding a thread and/or process handle. 66 // Transfers ownership of the held process handle, if any, away from this 68 HANDLE TakeProcessHandle(); 70 // Transfers ownership of the held thread handle, if any, away from this 72 HANDLE TakeThreadHandle(); 74 // Returns the held process handle, if any, while retaining ownership. 75 HANDLE process_handle() const { 79 // Returns the held thread handle, if any, while retaining ownership. 80 HANDLE thread_handle() const [all...] |
/external/chromium_org/chrome/browser/task_manager/ |
os_resource_win.cc | 14 // Get a handle to |process| that has PROCESS_QUERY_INFORMATION rights. 15 HANDLE current_process = GetCurrentProcess(); 16 HANDLE process_with_query_rights; 31 // Get a handle to |process| that has PROCESS_QUERY_INFORMATION rights. 32 HANDLE current_process = GetCurrentProcess(); 33 HANDLE process_with_query_rights;
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_getw32threadhandle_np.c | 43 * Returns the win32 thread handle that the POSIX 46 * Applications can use the win32 handle to set 49 HANDLE
|
/external/chromium_org/rlz/win/dll/ |
dll_main.cc | 12 BOOL APIENTRY DllMain(HANDLE module, DWORD reason, LPVOID reserved) {
|