Home
last modified time | relevance | path

Searched refs:raise (Results 251 - 275 of 588) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D1-14.c46 if (raise(SIGTSTP) == -1) { in main()
H A D1-1.c46 if (raise(SIGABRT) == -1) { in main()
H A D1-24.c46 if (raise(SIGVTALRM) == -1) { in main()
H A D1-25.c46 if (raise(SIGXCPU) == -1) { in main()
H A D1-26.c46 if (raise(SIGXFSZ) == -1) { in main()
H A D1-23.c46 if (raise(SIGURG) == -1) { in main()
H A D1-4.c46 if (raise(SIGCHLD) == -1) { in main()
H A D1-5.c46 if (raise(SIGCONT) == -1) { in main()
H A D1-3.c46 if (raise(SIGBUS) == -1) { in main()
H A D1-6.c46 if (raise(SIGFPE) == -1) { in main()
H A D1-7.c46 if (raise(SIGHUP) == -1) { in main()
H A D12-27.c62 if (raise(SIGABRT) == -1) { in main()
H A D12-28.c62 if (raise(SIGUSR2) == -1) { in main()
H A D12-29.c62 if (raise(SIGBUS) == -1) { in main()
H A D12-30.c62 if (raise(SIGCHLD) == -1) { in main()
H A D12-31.c62 if (raise(SIGCONT) == -1) { in main()
H A D12-36.c62 if (raise(SIGPIPE) == -1) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigignore/
H A D1-1.c43 if (raise(SIGABRT) == -1) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
H A D2-1.c50 raise(SIGUSR1); in main()
H A D4-1.c38 raise(SIGCHLD); in main()
/third_party/python/Python/
H A Dfileutils.c1003 the memory. Return NULL and raise exception on conversion or memory
1021 Return 0 on success. Return -1 and raise exception on conversion
1282 /* This function MUST be kept async-signal-safe on POSIX when raise=0. */
1284 get_inheritable(int fd, int raise) in get_inheritable() argument
1292 if (raise) in get_inheritable()
1298 if (raise) in get_inheritable()
1309 if (raise) in get_inheritable()
1319 raise an exception and return -1 on error. */
1327 /* This function MUST be kept async-signal-safe on POSIX when raise=0. */
1329 set_inheritable(int fd, int inheritable, int raise, in argument
[all...]
/third_party/musl/porting/linux/user/src/exit/
H A Dassert.c36 raise(SIGUSR1); in __assert_fail()
/third_party/musl/src/exit/linux/
H A Dassert.c36 raise(SIGUSR1); in __assert_fail()
/third_party/ltp/testcases/kernel/syscalls/waitpid/
H A Dwaitpid01.c26 raise(SIGALRM); in run()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/raise/
H A D2-1.c8 * Test that the raise() function does not return until after the
60 if (raise(SIGTOTEST) != 0) { in main()
61 printf("Could not raise signal being tested\n"); in main()

Completed in 8 milliseconds

1...<<11121314151617181920>>...24