Home
last modified time | relevance | path

Searched refs:handle_int (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/audio/mp3c/mp3c-0.31/src/
H A Dsignal.c49 static void handle_int(int);
55 signal(SIGINT, handle_int); in act_signal_handler()
57 signal(SIGHUP, handle_int); in act_signal_handler()
61 static void handle_int(int sig) in handle_int() function
69 signal(SIGINT, handle_int); /* reinstall signal handler */ in handle_int()
70 signal(SIGHUP, handle_int); in handle_int()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/win/
H A Dhandle.cc33 HANDLE IntToHandle(int handle_int) { in IntToHandle() argument
34 return reinterpret_cast<HANDLE>(static_cast<intptr_t>(handle_int)); in IntToHandle()
H A Dhandle.h61 HANDLE IntToHandle(int handle_int);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/win/
H A Dhandle.cc33 HANDLE IntToHandle(int handle_int) { in IntToHandle() argument
34 return reinterpret_cast<HANDLE>(static_cast<intptr_t>(handle_int)); in IntToHandle()
H A Dhandle.h61 HANDLE IntToHandle(int handle_int);
/dports/devel/py-fam/python-fam-1.1.1/
H A Dtest.py59 def handle_int(signum, frame): function
63 signal.signal(signal.SIGINT, handle_int)
120 signal.signal(signal.SIGINT, handle_int)
H A Dtest2.py59 def handle_int(signum, frame): function
63 signal.signal(signal.SIGINT, handle_int)
133 signal.signal(signal.SIGINT, handle_int)
/dports/net/py-trio/trio-0.19.0/trio/tests/
H A Dtest_wait_for_object.py144 handle_int = int(ffi.cast("intptr_t", handle))
146 await WaitForSingleObject(handle_int) # should return at once
195 handle_int = int(ffi.cast("intptr_t", handle))
199 nursery.start_soon(WaitForSingleObject, handle_int)
/dports/deskutils/syncthingtray/syncthingtray/scripts/
H A Ddummy.sh3 function handle_int { function
/dports/net-mgmt/py-pyang/pyang-1.7.8/bin/
H A Djson2xml299 def handle_int(value, bits, unsigned):
320 return handle_int(value, int(t[3:]), False)
322 return handle_int(value, int(t[4:]), True)
/dports/devel/py-ipykernel/ipykernel-6.6.0/ipykernel/
H A Deventloops.py312 def handle_int(etype, value, tb): function
327 sys.excepthook = handle_int
/dports/devel/py-ipykernel5/ipykernel-5.5.0/ipykernel/
H A Deventloops.py316 def handle_int(etype, value, tb): function
331 sys.excepthook = handle_int
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/kernel/
H A Dgenex.S149 BUILD_ROLLBACK_PROLOGUE handle_int
150 NESTED(handle_int, PT_SIZE, sp)
232 END(handle_int)
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/kernel/
H A Dgenex.S149 BUILD_ROLLBACK_PROLOGUE handle_int
150 NESTED(handle_int, PT_SIZE, sp)
232 END(handle_int)
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/kernel/
H A Dgenex.S149 BUILD_ROLLBACK_PROLOGUE handle_int
150 NESTED(handle_int, PT_SIZE, sp)
232 END(handle_int)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Dtypeck.c432 goto handle_int; in promote_type()
436 goto handle_int; in promote_type()
438 handle_int: in promote_type()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Dtypeck.c432 goto handle_int; in promote_type()
436 goto handle_int; in promote_type()
438 handle_int: in promote_type()
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dnumber-match.c361 handle_int (char const *text, GORegmatch const *pm, int min, int max, int maxlen) in handle_int() function
387 return handle_int (text, pm, 1, 31, 2); in handle_day()
393 return handle_int (text, pm, 1, 12, 2); in handle_month()
412 y = handle_int (text, pm, 0, 9999, 4); in handle_year()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_mitigations_win32k_dispatcher.cc27 intptr_t handle_int = reinterpret_cast<intptr_t>(handle); in GetSharedMemoryHandle() local
28 if (handle_int <= 0 || in GetSharedMemoryHandle()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_mitigations_win32k_dispatcher.cc27 intptr_t handle_int = reinterpret_cast<intptr_t>(handle); in GetSharedMemoryHandle() local
28 if (handle_int <= 0 || in GetSharedMemoryHandle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dprocess_mitigations_win32k_dispatcher.cc29 intptr_t handle_int = reinterpret_cast<intptr_t>(handle); in GetSharedMemoryRegion() local
30 if (handle_int <= 0 || in GetSharedMemoryRegion()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_mitigations_win32k_dispatcher.cc29 intptr_t handle_int = reinterpret_cast<intptr_t>(handle); in GetSharedMemoryRegion() local
30 if (handle_int <= 0 || in GetSharedMemoryRegion()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_mitigations_win32k_dispatcher.cc29 intptr_t handle_int = reinterpret_cast<intptr_t>(handle); in GetSharedMemoryRegion() local
30 if (handle_int <= 0 || in GetSharedMemoryRegion()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_mitigations_win32k_dispatcher.cc29 intptr_t handle_int = reinterpret_cast<intptr_t>(handle); in GetSharedMemoryRegion() local
30 if (handle_int <= 0 || in GetSharedMemoryRegion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Dprocess_mitigations_win32k_dispatcher.cc29 intptr_t handle_int = reinterpret_cast<intptr_t>(handle); in GetSharedMemoryRegion() local
30 if (handle_int <= 0 || in GetSharedMemoryRegion()

123456789