/third_party/ltp/libs/libltpsigwait/ |
D | sigwait.c | 15 sigset_t sigs; in test_empty_set() local 40 sigset_t sigs; in test_timeout() local 74 sigset_t sigs; in test_unmasked_matching() local 102 sigset_t sigs; in test_unmasked_matching_noinfo() local 124 sigset_t sigs, oldmask; in test_masked_matching() local 172 sigset_t sigs, oldmask; in test_masked_matching_rt() local 238 sigset_t sigs, oldmask; in test_masked_matching_noinfo() local 280 sigset_t sigs, oldmask; in test_bad_address() local 361 sigset_t sigs; in test_bad_address3() local
|
/third_party/mindspore/tests/ut/cpp/utils/ |
D | signal_test.cc | 43 explicit A(signals *sigs) : sigs_(sigs) { in A() 60 explicit Ca(signals *sigs) : A(sigs) { printf("conn C:%p\n", this); } in Ca() 67 explicit B(signals *sigs) : A(sigs) { printf("conn B:%p\n", this); } in B() 85 signals sigs; in TEST_F() local 97 signals sigs; in TEST_F() local
|
/third_party/musl/src/linux/ |
D | signalfd.c | 7 int signalfd(int fd, const sigset_t *sigs, int flags) in signalfd()
|
D | epoll.c | 25 int epoll_pwait(int fd, struct epoll_event *ev, int cnt, int to, const sigset_t *sigs) in epoll_pwait()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaddset/ |
D | 1-3.c | 23 static const int sigs[] = { variable
|
D | 4-1.c | 23 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1}; variable
|
/third_party/toybox/porting/liteos_a/toys/other/ |
D | reboot.c | 23 sigs[] = {SIGTERM, SIGUSR1, SIGUSR2}, idx; in reboot_main() local
|
/third_party/toybox/toys/other/ |
D | reboot.c | 28 sigs[] = {SIGTERM, SIGUSR1, SIGUSR2}, idx; in reboot_main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigrelse/ |
D | 3-1.c | 25 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1}; variable
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigignore/ |
D | 5-1.c | 21 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1}; variable
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sighold/ |
D | 3-1.c | 22 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1}; variable
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigismember/ |
D | 5-1.c | 24 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1}; variable
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigdelset/ |
D | 4-1.c | 25 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1}; variable
|
/third_party/ltp/testcases/kernel/syscalls/signal/ |
D | signal02.c | 70 int sigs[] = { _NSIG + 1, SIGKILL, SIGSTOP }; variable
|
/third_party/ltp/lib/ |
D | tst_safe_macros.c | 210 sigset_t *sigs, int signo) in safe_sigaddset() 230 sigset_t *sigs, int signo) in safe_sigdelset() 250 sigset_t *sigs) in safe_sigemptyset() 267 sigset_t *sigs) in safe_sigfillset()
|
/third_party/nghttp2/src/ |
D | shrpx_signal.cc | 97 int signal_set_handler(void (*handler)(int), Signals &&sigs) { in signal_set_handler()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 16-1.c | 51 static struct sig_info sigs[] = { variable
|
/third_party/typescript/src/services/ |
D | goToDefinition.ts | 178 const sigs = type.getCallSignatures(); constant
|
/third_party/ltp/include/ |
D | tst_safe_macros.h | 478 #define SAFE_SIGADDSET(sigs, signo) \ argument 483 #define SAFE_SIGDELSET(sigs, signo) \ argument 488 #define SAFE_SIGEMPTYSET(sigs) \ argument 493 #define SAFE_SIGFILLSET(sigs) \ argument
|
/third_party/libwebsockets/lib/event-libs/libuv/ |
D | libuv.c | 250 static const int sigs[] = { SIGINT, SIGTERM, SIGSEGV, SIGFPE, SIGHUP }; variable
|
/third_party/typescript/src/services/codefixes/ |
D | inferFromUsage.ts | 1038 const sigs = checker.getSignaturesOfType(source, SignatureKind.Call); constant
|
/third_party/openssl/ssl/ |
D | t1_lib.c | 968 const uint16_t *sigs; in tls_check_sigalg_curve() local
|
/third_party/flutter/skia/third_party/skcms/ |
D | skcms.cc | 977 const uint32_t sigs[] = { skcms_Signature_A2B0, skcms_Signature_A2B1 }; in skcms_Parse() local
|