/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/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/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/sigrelse/ |
D | 3-1.c | 25 static const int sigs[] = {-1, -10000, INT32_MIN, INT32_MIN + 1}; variable
|
/third_party/toybox/toys/other/ |
D | reboot.c | 34 sigs[] = {SIGTERM, SIGUSR1, SIGUSR2}, idx; local
|
/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/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/node/deps/v8/src/trap-handler/ |
D | handler-inside-posix.cc | 72 sigset_t sigs; in UnmaskOobSignalScope() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 16-1.c | 51 static struct sig_info sigs[] = { variable
|
/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/typescript/src/services/ |
D | goToDefinition.ts | 287 const sigs = type.getCallSignatures(); constant
|
/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 | 1018 const sigs = checker.getSignaturesOfType(source, SignatureKind.Call); constant
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 1072 const CObjectVector<CByteBuffer> &sigs = ai.Signatures; in MakeCheckOrder() local 2373 const CObjectVector<CByteBuffer> &sigs = op.codecs->Formats[i].Signatures; in OpenStream2() local
|
/third_party/openssl/ssl/ |
D | t1_lib.c | 1391 const uint16_t *sigs; in tls_check_sigalg_curve() local
|
/third_party/node/deps/openssl/openssl/ssl/ |
D | t1_lib.c | 1412 const uint16_t *sigs; in tls_check_sigalg_curve() local
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 32146 …const sigs = getSignaturesOfType(getTypeOfSymbol(getSymbolLinks(apparentType.symbol).target!), kin… constant
|