Home
last modified time | relevance | path

Searched defs:sig (Results 1 – 25 of 824) sorted by relevance

12345678910>>...33

/third_party/boost/boost/lambda/
Dalgorithm.hpp30 struct sig { struct
33 >::type type;
47 struct sig { struct
50 >::type type;
65 struct sig { struct
68 >::type type;
82 struct sig { struct
85 >::type type;
105 struct sig { struct
108 >::type type;
[all …]
Dnumeric.hpp28 struct sig { struct
31 >::type type;
50 struct sig { struct
53 >::type type;
73 struct sig { struct
76 >::type type;
95 struct sig { struct
98 >::type type;
Dexceptions.hpp724 template <class SigArgs> struct sig { struct in boost::lambda::lambda_functor_base
728 >::type lf_type;
730 typedef typename lf_type::inherited::template sig<SigArgs>::type type;
757 template <class SigArgs> struct sig { struct in boost::lambda::lambda_functor_base
761 >::type lf_type;
763 typedef typename lf_type::inherited::template sig<SigArgs>::type type;
790 template <class SigArgs> struct sig { struct in boost::lambda::lambda_functor_base
794 >::type lf_type;
796 typedef typename lf_type::inherited::template sig<SigArgs>::type type;
827 template <class SigArgs> struct sig { struct in boost::lambda::lambda_functor_base
[all …]
Dconstruct.hpp29 template <class U> struct sig { typedef T type; }; argument
121 template <class T> struct sig { typedef void type; }; argument
138 template <class U> struct sig { typedef T* type; }; struct
200 template <class U> struct sig { typedef void type; }; struct
214 template <class U> struct sig { typedef T* type; }; argument
226 template <class U> struct sig { typedef void type; }; argument
Dloops.hpp159 template <class T> struct sig { typedef void type; }; struct in boost::lambda::lambda_functor_base
179 template <class T> struct sig { typedef void type; }; argument
198 template <class T> struct sig { typedef void type; }; struct in boost::lambda::lambda_functor_base
216 template <class T> struct sig { typedef void type; }; argument
233 template <class T> struct sig { typedef void type; }; argument
251 template <class T> struct sig { typedef void type; }; argument
286 struct sig { typedef void type; }; argument
361 struct sig { typedef void type; }; struct
439 struct sig { typedef void type; }; struct
Dif.hpp39 template <class T> struct sig { typedef void type; }; argument
75 template <class T> struct sig { typedef void type; }; struct in boost::lambda::lambda_functor_base
297 template <class SigArgs> struct sig { struct in boost::lambda::lambda_functor_base
299 typedef typename detail::nth_return_type_sig<1, Args, SigArgs>::type ret1;
300 typedef typename detail::nth_return_type_sig<2, Args, SigArgs>::type ret2;
304 >::type type;
358 struct sig { typedef void type; }; argument
405 struct sig { typedef void type; }; argument
/third_party/boost/boost/lambda/detail/
Dfunction_adaptors.hpp162 struct sig struct
171 template <class Args> class sig { class
241 template<class Args> class sig { class
304 template<class T> struct sig { typedef Result type; }; struct
314 template<class T> struct sig { typedef Result type; }; argument
326 template<class T> struct sig { typedef Result type; }; struct
340 template<class T> struct sig { typedef Result type; }; struct
354 template<class T> struct sig { typedef Result type; }; argument
364 template<class T> struct sig { typedef Result type; }; argument
376 template<class T> struct sig { typedef Result type; }; struct
[all …]
Doperator_lambda_func_base.hpp39 template<class SigArgs> struct sig { struct in boost::lambda::lambda_functor_base
42 detail::deduce_argument_types<Args, SigArgs>::type rets_t;
47 >::type type;
99 template<class SigArgs> struct sig { struct in boost::lambda::lambda_functor_base
101 detail::binary_rt<logical_action<and_action>, Args, SigArgs>::type type;
120 template<class SigArgs> struct sig { struct in boost::lambda::lambda_functor_base
122 detail::binary_rt<logical_action<or_action>, Args, SigArgs>::type type;
140 template<class SigArgs> struct sig { struct in boost::lambda::lambda_functor_base
143 type;
Dret.hpp99 template <class SigArgs> struct sig { struct in boost::lambda::non_lambda_functor
102 template sig<typename SigArgs::tail_type>::type type;
162 template <class SigArgs> struct sig { struct
165 sig<typename SigArgs::tail_type>::type type;
203 template <class SigArgs> struct sig { struct
206 sig<typename SigArgs::tail_type>::type type;
307 template<class Args> struct sig { typedef typename T::result_type type; }; argument
Dlambda_functor_base.hpp49 struct sig { typedef typename boost::remove_const<element_t>::type type; }; struct in boost::lambda::identity
283 template <class SigArgs> struct sig { typedef RET type; }; struct in boost::lambda::lambda_functor_base
311 template<class SigArgs> struct sig { struct in boost::lambda::lambda_functor_base
313 typedef typename boost::tuples::element<0, Args>::type type;
332 template<class SigArgs> struct sig { typedef void type; }; struct in boost::lambda::lambda_functor_base
358 template<class SigArgs> struct sig { struct in boost::lambda::lambda_functor_base
359 typedef typename return_type_N<Act, null_type>::type type;
/third_party/ltp/testcases/kernel/syscalls/kill/
Dkill10.c365 void ack_ready(int sig, siginfo_t * si, void *data) in ack_ready()
392 void ack_done(int sig, siginfo_t * si, void *data) in ack_done()
477 void set_create_procs(int sig) in set_create_procs()
608 void graceful_exit(int sig) in graceful_exit()
613 void set_signal_parents(int sig) in set_signal_parents()
620 void clear_signal_parents(int sig) in clear_signal_parents()
627 void set_confirmed_ready(int sig) in set_confirmed_ready()
635 void reset_counter(int sig) in reset_counter()
643 void reply_to_child(int sig, siginfo_t * si, void *data) in reply_to_child()
670 void wakeup(int sig) in wakeup()
[all …]
/third_party/boost/libs/signals2/example/
Ddisconnect_and_block.cpp25 boost::signals2::signal<void ()> sig; in disconnect_example() local
40 boost::signals2::signal<void ()> sig; in block_example() local
67 boost::signals2::signal<void ()> sig; in scoped_connection_example() local
86 boost::signals2::signal<void()> sig; in disconnect_by_slot_example() local
/third_party/openssl/crypto/dsa/
Ddsa_asn1.c26 DSA_SIG *sig = OPENSSL_zalloc(sizeof(*sig)); variable
32 void DSA_SIG_free(DSA_SIG *sig) in DSA_SIG_free()
41 void DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) in DSA_SIG_get0()
49 int DSA_SIG_set0(DSA_SIG *sig, BIGNUM *r, BIGNUM *s) in DSA_SIG_set0()
111 unsigned char *sig, unsigned int *siglen, DSA *dsa) in DSA_sign()
/third_party/ltp/testcases/kernel/syscalls/sighold/
Dsighold02.c75 static int skip_sig(int sig) in skip_sig()
93 int sig; in main() local
135 static void handle_sigs(int sig) in handle_sigs()
144 int sig; in do_child() local
/third_party/boost/boost/asio/
Dasync_result.hpp298 # define BOOST_ASIO_INITFN_RESULT_TYPE(ct, sig) \ argument
301 # define BOOST_ASIO_INITFN_RESULT_TYPE(ct, sig) \ argument
304 #define BOOST_ASIO_HANDLER_TYPE(ct, sig) \ argument
308 # define BOOST_ASIO_INITFN_RESULT_TYPE(ct, sig) \ argument
311 #define BOOST_ASIO_HANDLER_TYPE(ct, sig) \ argument
317 # define BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(ct, sig) \ argument
320 # define BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(ct, sig) \ argument
323 # define BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(ct, sig) \ argument
328 # define BOOST_ASIO_INITFN_DEDUCED_RESULT_TYPE(ct, sig, expr) \ argument
331 # define BOOST_ASIO_INITFN_DEDUCED_RESULT_TYPE(ct, sig, expr) \ argument
[all …]
/third_party/boost/libs/asio/include/boost/asio/
Dasync_result.hpp298 # define BOOST_ASIO_INITFN_RESULT_TYPE(ct, sig) \ argument
301 # define BOOST_ASIO_INITFN_RESULT_TYPE(ct, sig) \ argument
304 #define BOOST_ASIO_HANDLER_TYPE(ct, sig) \ argument
308 # define BOOST_ASIO_INITFN_RESULT_TYPE(ct, sig) \ argument
311 #define BOOST_ASIO_HANDLER_TYPE(ct, sig) \ argument
317 # define BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(ct, sig) \ argument
320 # define BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(ct, sig) \ argument
323 # define BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(ct, sig) \ argument
328 # define BOOST_ASIO_INITFN_DEDUCED_RESULT_TYPE(ct, sig, expr) \ argument
331 # define BOOST_ASIO_INITFN_DEDUCED_RESULT_TYPE(ct, sig, expr) \ argument
[all …]
/third_party/ltp/lib/
Dtst_sig.c95 int sig; in tst_sig() local
227 static void def_handler(int sig) in def_handler()
241 static void (*tst_setup_signal(int sig, void (*handler) (int))) (int) { in tst_setup_signal() argument
/third_party/musl/libc-test/src/functionalext/supplement/signal/
Dsigrelse.c23 void handler(int sig) in handler()
37 int sig = SIGALRM; in sigrelse_0100() local
116 int sig = 99999; in sigrelse_0200() local
Dsighold.c23 void handler(int sig) in handler()
37 int sig = SIGALRM; in sighold_0100() local
83 int sig = 99999; in sighold_0200() local
Dsigqueue.c23 void action(int sig, siginfo_t *info, void *ctx) in action()
53 int sig = SIGALRM; in sigqueue_0100() local
87 int sig = 99999; in sigqueue_0200() local
/third_party/boost/libs/lambda/test/
Dbind_tests_advanced.cpp53 template <class T> struct sig { typedef result_type type; }; struct
176 struct sig { struct
179 >::type type;
370 struct sig { struct
371 typedef typename boost::tuples::element<1, Args>::type arg1;
380 >::type type;
/third_party/pulseaudio/src/pulse/
Dmainloop-signal.c47 int sig; member
64 static void signal_handler(int sig) { in signal_handler()
79 static void dispatch(pa_mainloop_api*a, int sig) { in dispatch()
92 int sig; in callback() local
154 pa_signal_event* pa_signal_new(int sig, pa_signal_cb_t _callback, void *userdata) { in pa_signal_new()
/third_party/boost/libs/signals2/test/
Dconnection_test.cpp24 sig_type sig; in swap_test() local
60 sig_type sig; in release_test() local
88 sig_type sig; in move_test() local
/third_party/ltp/testcases/kernel/syscalls/sigrelse/
Dsigrelse01.c244 int sig; /* current signal number */ in parent() local
382 int sig; /* signal value */ in child() local
531 int sig; in setup_sigs() local
559 static void handler(int sig) in handler()
683 static void timeout(int sig) in timeout()
725 int choose_sig(int sig) in choose_sig()
/third_party/mesa3d/docs/_exts/
Dformatting.py9 def parse_envvar(env, sig, signode): argument
21 def parse_opcode(env, sig, signode): argument

12345678910>>...33