Home
last modified time | relevance | path

Searched refs:ULONG_PTR (Results 1 – 25 of 38) sorted by relevance

12

/external/python/cpython2/PC/
Ddl_nt.c34 typedef BOOL (WINAPI * PFN_ACTIVATEACTCTX)(HANDLE, ULONG_PTR *);
35 typedef BOOL (WINAPI * PFN_DEACTIVATEACTCTX)(DWORD, ULONG_PTR);
61 ULONG_PTR _Py_ActivateActCtx() in _Py_ActivateActCtx()
63 ULONG_PTR ret = 0; in _Py_ActivateActCtx()
72 void _Py_DeactivateActCtx(ULONG_PTR cookie) in _Py_DeactivateActCtx()
/external/grpc-grpc/src/core/lib/iomgr/
Diocp_windows.cc61 ULONG_PTR completion_key; in grpc_iocp_work()
76 if (completion_key == (ULONG_PTR)&g_iocp_kick_token) { in grpc_iocp_work()
108 CreateIoCompletionPort(INVALID_HANDLE_VALUE, NULL, (ULONG_PTR)NULL, 0); in grpc_iocp_init()
116 success = PostQueuedCompletionStatus(g_iocp, 0, (ULONG_PTR)&g_iocp_kick_token, in grpc_iocp_kick()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Diocp_windows.cc61 ULONG_PTR completion_key; in grpc_iocp_work()
76 if (completion_key == (ULONG_PTR)&g_iocp_kick_token) { in grpc_iocp_work()
108 CreateIoCompletionPort(INVALID_HANDLE_VALUE, NULL, (ULONG_PTR)NULL, 0); in grpc_iocp_init()
116 success = PostQueuedCompletionStatus(g_iocp, 0, (ULONG_PTR)&g_iocp_kick_token, in grpc_iocp_kick()
/external/python/cpython2/Python/
Ddynload_win.c15 extern ULONG_PTR _Py_ActivateActCtx();
16 void _Py_DeactivateActCtx(ULONG_PTR cookie);
179 ULONG_PTR cookie = 0;
193 ULONG_PTR cookie = _Py_ActivateActCtx();
/external/llvm-project/libunwind/src/
DUnwind-seh.cpp116 if (ours && ms_exc->ExceptionInformation[1] == (ULONG_PTR)frame) in _GCC_specific_handler()
144 exc->private_[1] = (ULONG_PTR)frame; in _GCC_specific_handler()
147 ms_exc->ExceptionInformation[1] = (ULONG_PTR)frame; in _GCC_specific_handler()
210 ms_exc.ExceptionInformation[0] = (ULONG_PTR)exc; in __libunwind_seh_personality()
211 ms_exc.ExceptionInformation[1] = (ULONG_PTR)context; in __libunwind_seh_personality()
343 RaiseException(STATUS_GCC_THROW, 0, 1, (ULONG_PTR *)&exception_object); in _Unwind_RaiseException()
384 ms_exc.ExceptionInformation[0] = (ULONG_PTR)exception_object; in _Unwind_Resume()
/external/llvm-project/clang/test/Parser/
DMicrosoftExtensions.c9 typedef __w64 unsigned long ULONG_PTR, *PULONG_PTR; typedef
12 return((void * __ptr64) (unsigned __int64) (ULONG_PTR)p ); in PtrToPtr64()
16 return((void * __ptr32) (unsigned __int32) (ULONG_PTR)p ); in PtrToPtr32()
/external/clang/test/Parser/
DMicrosoftExtensions.c9 typedef __w64 unsigned long ULONG_PTR, *PULONG_PTR; typedef
12 return((void * __ptr64) (unsigned __int64) (ULONG_PTR)p ); in PtrToPtr64()
16 return((void * __ptr32) (unsigned __int32) (ULONG_PTR)p ); in PtrToPtr32()
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dwin32.py23 ULONG_PTR = c_int64 variable
26 ULONG_PTR = c_ulong variable
237 ('Internal', ULONG_PTR),
238 ('InternalHigh', ULONG_PTR),
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DExceptionRecord.h67 const std::vector<ULONG_PTR>& GetExceptionArguments() const { return m_arguments; } in GetExceptionArguments()
75 std::vector<ULONG_PTR> m_arguments;
/external/webrtc/rtc_base/
Dplatform_thread_types.cc103 ::RaiseException(0x406D1388, 0, sizeof(threadname_info) / sizeof(ULONG_PTR), in SetCurrentThreadName()
104 reinterpret_cast<ULONG_PTR*>(&threadname_info)); in SetCurrentThreadName()
Dtask_queue_win.cc48 void CALLBACK InitializeQueueThread(ULONG_PTR param) { in InitializeQueueThread()
180 bool QueueAPC(PAPCFUNC apc_function, ULONG_PTR data) { in QueueAPC()
222 reinterpret_cast<ULONG_PTR>(&event))); in TaskQueueWin()
Dplatform_thread.h74 bool QueueAPC(PAPCFUNC apc_function, ULONG_PTR data);
Dplatform_thread.cc184 bool PlatformThread::QueueAPC(PAPCFUNC function, ULONG_PTR data) { in QueueAPC()
/external/libevent/
Devent_iocp.c46 #define NOTIFICATION_KEY ((ULONG_PTR)-1)
56 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) in handle_entry()
75 ULONG_PTR key=0; in loop()
/external/libusb/libusb/os/
Dwindows_common.c35 #define STATUS_SUCCESS ((ULONG_PTR)0UL)
302 overlapped->Internal = (ULONG_PTR)STATUS_SUCCESS; in windows_force_sync_completion()
303 overlapped->InternalHigh = (ULONG_PTR)size; in windows_force_sync_completion()
417 ULONG_PTR completion_key; in windows_iocp_thread()
433 if (completion_key != (ULONG_PTR)ctx) in windows_iocp_thread()
566 if (!PostQueuedCompletionStatus(priv->completion_port, 0, (ULONG_PTR)ctx, NULL)) in windows_exit()
/external/clang/test/Analysis/
Dnull-deref-ps.c257 typedef unsigned long ULONG_PTR, *PULONG_PTR; typedef
258 typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR;
/external/llvm-project/clang/test/Analysis/
Dnull-deref-ps.c257 typedef unsigned long ULONG_PTR, *PULONG_PTR; typedef
258 typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.cpp68 RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR), (ULONG_PTR*)&info); in LegacySetThreadName()
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dlist_ports_windows.py10 from serial.win32 import ULONG_PTR, is_64bit
68 ('Reserved', ULONG_PTR),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DThreading.inc83 ::RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR),
84 (ULONG_PTR *)&info);
/external/llvm-project/lldb/source/Host/windows/
DHostThreadWindows.cpp20 void __stdcall ExitThreadProxy(ULONG_PTR dwExitCode) { in ExitThreadProxy()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc584 reinterpret_cast<ULONG_PTR>(&assertion.expression); in HandleInvalidParameter()
586 reinterpret_cast<ULONG_PTR>(&assertion.file); in HandleInvalidParameter()
664 reinterpret_cast<ULONG_PTR>(&assertion.expression); in HandlePureVirtualCall()
666 reinterpret_cast<ULONG_PTR>(&assertion.file); in HandlePureVirtualCall()
/external/llvm-project/llvm/lib/Support/Windows/
DThreading.inc85 ::RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR),
86 (ULONG_PTR *)&info);
/external/angle/third_party/abseil-cpp/absl/base/internal/
Dsysinfo.cc69 DWORD Win32CountSetBits(ULONG_PTR bitMask) { in Win32CountSetBits()
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_pt_win32.h37 ULONG_PTR DataBufferOffset; /* was ULONG; problem in 64 bit */

12