| /third_party/boost/boost/lambda/ |
| D | algorithm.hpp | 30 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 …]
|
| D | numeric.hpp | 28 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;
|
| D | exceptions.hpp | 724 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 …]
|
| D | construct.hpp | 29 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
|
| D | loops.hpp | 159 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
|
| D | if.hpp | 39 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/ |
| D | function_adaptors.hpp | 162 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 …]
|
| D | operator_lambda_func_base.hpp | 39 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;
|
| D | ret.hpp | 99 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
|
| D | lambda_functor_base.hpp | 49 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/ |
| D | kill10.c | 365 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/ |
| D | disconnect_and_block.cpp | 25 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/ |
| D | dsa_asn1.c | 26 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/ |
| D | sighold02.c | 75 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/ |
| D | async_result.hpp | 298 # 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/ |
| D | async_result.hpp | 298 # 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/ |
| D | tst_sig.c | 95 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/ |
| D | sigrelse.c | 23 void handler(int sig) in handler() 37 int sig = SIGALRM; in sigrelse_0100() local 116 int sig = 99999; in sigrelse_0200() local
|
| D | sighold.c | 23 void handler(int sig) in handler() 37 int sig = SIGALRM; in sighold_0100() local 83 int sig = 99999; in sighold_0200() local
|
| D | sigqueue.c | 23 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/ |
| D | bind_tests_advanced.cpp | 53 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/ |
| D | mainloop-signal.c | 47 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/ |
| D | connection_test.cpp | 24 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/ |
| D | sigrelse01.c | 244 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/ |
| D | formatting.py | 9 def parse_envvar(env, sig, signode): argument 21 def parse_opcode(env, sig, signode): argument
|