Home
last modified time | relevance | path

Searched refs:handler_t (Results 51 – 75 of 383) sorted by path

12345678910>>...16

/dports/devel/gnulib/gnulib-20140202-stable/
H A DChangeLog59630 * lib/sigprocmask.c (handler_t): Restore typedef.
59672 * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dsigaction.c76 typedef void (*handler_t) (int signal); typedef
86 handler_t handler; in sigaction_handler()
H A Dsigprocmask.c63 typedef void (*handler_t) (int); typedef
66 static handler_t
67 signal_nothrow (int sig, handler_t handler) in signal_nothrow()
69 handler_t result; in signal_nothrow()
90 static handler_t SIGPIPE_handler = SIG_DFL;
94 static handler_t
95 ext_signal (int sig, handler_t handler) in ext_signal()
219 static volatile handler_t old_handlers[NSIG];
294 handler_t
295 rpl_signal (int sig, handler_t handler) in rpl_signal()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-aarch64.c4894 typedef void (*handler_t)(const char *format, ...); in output_operand_error_record() typedef
4895 handler_t handler = detail->non_fatal ? as_warn : as_bad; in output_operand_error_record()
/dports/devel/hyperscan/boost_1_75_0/boost/asio/impl/
H A Ddefer.hpp49 typename associated_executor<handler_t>::type ex( in operator ()()
52 typename associated_allocator<handler_t>::type alloc( in operator ()()
75 typename associated_executor<handler_t>::type ex( in operator ()()
78 typename associated_allocator<handler_t>::type alloc( in operator ()()
116 typename associated_allocator<handler_t>::type alloc( in operator ()()
143 handler_t, Executor>::type handler_ex_t; in operator ()()
146 typename associated_allocator<handler_t>::type alloc( in operator ()()
154 detail::work_dispatcher<handler_t, handler_ex_t>( in operator ()()
173 typename associated_allocator<handler_t>::type alloc( in operator ()()
195 handler_t, Executor>::type handler_ex_t; in operator ()()
[all …]
H A Ddispatch.hpp47 typename associated_executor<handler_t>::type ex( in operator ()()
50 typename associated_allocator<handler_t>::type alloc( in operator ()()
72 typename associated_executor<handler_t>::type ex( in operator ()()
75 typename associated_allocator<handler_t>::type alloc( in operator ()()
113 typename associated_allocator<handler_t>::type alloc( in operator ()()
139 handler_t, Executor>::type handler_ex_t; in operator ()()
142 typename associated_allocator<handler_t>::type alloc( in operator ()()
149 detail::work_dispatcher<handler_t, handler_ex_t>( in operator ()()
168 typename associated_allocator<handler_t>::type alloc( in operator ()()
190 handler_t, Executor>::type handler_ex_t; in operator ()()
[all …]
H A Dpost.hpp49 typename associated_executor<handler_t>::type ex( in operator ()()
52 typename associated_allocator<handler_t>::type alloc( in operator ()()
75 typename associated_executor<handler_t>::type ex( in operator ()()
78 typename associated_allocator<handler_t>::type alloc( in operator ()()
116 typename associated_allocator<handler_t>::type alloc( in operator ()()
143 handler_t, Executor>::type handler_ex_t; in operator ()()
146 typename associated_allocator<handler_t>::type alloc( in operator ()()
154 detail::work_dispatcher<handler_t, handler_ex_t>( in operator ()()
173 typename associated_allocator<handler_t>::type alloc( in operator ()()
195 handler_t, Executor>::type handler_ex_t; in operator ()()
[all …]
/dports/devel/libassa/libassa-3.5.1/assa/
H A DFdSet.cpp20 setFd (handler_t fd_) in setFd()
39 clear (handler_t fd_) in clear()
H A DFdSet.h62 bool setFd (handler_t fd_);
68 bool clear (handler_t fd_);
74 bool isSet (handler_t fd_);
122 inline bool FdSet::isSet (handler_t fd_) { return FD_ISSET (fd_, this); } in isSet()
H A DIPv4Socket.cpp183 handler_t new_fd; in accept()
335 handler_t nfd = dup (m_fd); in clone()
H A DIPv4Socket.h40 IPv4Socket(const handler_t fd_) in IPv4Socket()
135 handler_t getHandler () const { return m_fd; } in getHandler()
H A DLogger_Impl.h55 typedef SOCKET handler_t; typedef
81 typedef int handler_t; typedef
99 inline bool is_valid_handler (handler_t socket_) in is_valid_handler()
107 inline void disable_handler (handler_t& socket_) in disable_handler()
H A DReactor.cpp93 registerIOHandler (EventHandler* eh_, handler_t fd_, EventType et_) in registerIOHandler()
178 handler_t fd; in removeHandler()
247 removeIOHandler (handler_t fd_) in removeIOHandler()
325 for (handler_t fd = 0; fd < m_fd_setsize; fd++) { in checkFDs()
573 handler_t fd; in dispatchHandler()
701 adjust_maxfdp1 (handler_t fd_) in adjust_maxfdp1()
H A DReactor.h89 handler_t fd_,
114 bool removeIOHandler (handler_t fd_);
159 void adjust_maxfdp1 (handler_t fd_);
206 handler_t m_maxfd_plus1;
H A DSocket.h227 virtual handler_t getHandler() const = 0;
448 static void close_handler (handler_t& socket_) in close_handler()
485 handler_t m_fd; // u_int, INVALID_SOCKET=(SOCKET)(~0)
H A DUDPSocket.h39 UDPSocket (const handler_t fd_) in UDPSocket()
74 handler_t getHandler() const { return m_fd; } in getHandler()
/dports/devel/libffcall/libffcall-2.4/gnulib-lib/
H A Dsigaction.c76 typedef void (*handler_t) (int signal); typedef
86 handler_t handler; in sigaction_handler()
H A Dsigprocmask.c63 typedef void (*handler_t) (int); typedef
66 static handler_t
67 signal_nothrow (int sig, handler_t handler) in signal_nothrow()
69 handler_t result; in signal_nothrow()
90 static handler_t SIGPIPE_handler = SIG_DFL;
94 static handler_t
95 ext_signal (int sig, handler_t handler) in ext_signal()
219 static volatile handler_t old_handlers[NSIG];
294 handler_t
295 rpl_signal (int sig, handler_t handler) in rpl_signal()
[all …]
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-lib/
H A Dsigaction.c76 typedef void (*handler_t) (int signal); typedef
86 handler_t handler; in sigaction_handler()
H A Dsigprocmask.c63 typedef void (*handler_t) (int); typedef
66 static handler_t
67 signal_nothrow (int sig, handler_t handler) in signal_nothrow()
69 handler_t result; in signal_nothrow()
90 static handler_t SIGPIPE_handler = SIG_DFL;
94 static handler_t
95 ext_signal (int sig, handler_t handler) in ext_signal()
219 static volatile handler_t old_handlers[NSIG];
294 handler_t
295 rpl_signal (int sig, handler_t handler) in rpl_signal()
[all …]
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/libgettextpo/
H A Dsigprocmask.c63 typedef void (*handler_t) (int); typedef
66 static handler_t
67 signal_nothrow (int sig, handler_t handler) in signal_nothrow()
69 handler_t result; in signal_nothrow()
90 static handler_t SIGPIPE_handler = SIG_DFL;
94 static handler_t
95 ext_signal (int sig, handler_t handler) in ext_signal()
219 static volatile handler_t old_handlers[NSIG];
294 handler_t
295 rpl_signal (int sig, handler_t handler) in rpl_signal()
[all …]
/dports/devel/libunistring/libunistring-0.9.10/tests/
H A Dsigprocmask.c63 typedef void (*handler_t) (int); typedef
66 static handler_t
67 signal_nothrow (int sig, handler_t handler) in signal_nothrow()
69 handler_t result; in signal_nothrow()
90 static handler_t SIGPIPE_handler = SIG_DFL;
94 static handler_t
95 ext_signal (int sig, handler_t handler) in ext_signal()
219 static volatile handler_t old_handlers[NSIG];
294 handler_t
295 rpl_signal (int sig, handler_t handler) in rpl_signal()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
H A Dp2-0x.cpp131 using handler_t = void (*)(int); typedef
132 extern handler_t ignore;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dalias-template.cpp112 template<typename T> using handler_t = void (*)(T); typedef
113 extern handler_t<int> ignore;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
H A Dp2-0x.cpp131 using handler_t = void (*)(int); typedef
132 extern handler_t ignore;

12345678910>>...16