Searched refs:raise (Results 1 - 25 of 492) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/signal_h/
H A D28-1.c3 int raise(int);
14 dummyvar = raise;
/haiku-fatelf/src/bin/coreutils/lib/
H A Draise.c1 /* Provide a non-threads replacement for the POSIX raise function.
27 raise (int sig) function
/haiku-fatelf/src/system/libroot/posix/signal/
H A Draise.c20 raise(int sig) function
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/raise/
H A D6-1.c8 * Test that the raise(<signal>) function sends a non-zero value on
22 if (raise(10000) == 0) {
H A D7-1.c8 * Test that the raise(<signal>) sets errno to indicate the error on
23 if (raise(10000) == 0) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/
H A D4-1.c18 4. (child) raise SIGABRT
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGABRT) == -1) {
H A D4-10.c18 4. (child) raise SIGPIPE
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGPIPE) == -1) {
H A D4-11.c18 4. (child) raise SIGQUIT
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGQUIT) == -1) {
H A D4-12.c18 4. (child) raise SIGSEGV
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGSEGV) == -1) {
H A D4-13.c18 4. (child) raise SIGTERM
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGTERM) == -1) {
H A D4-14.c18 4. (child) raise SIGTSTP
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGTSTP) == -1) {
H A D4-15.c18 4. (child) raise SIGTTIN
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGTTIN) == -1) {
H A D4-16.c18 4. (child) raise SIGTTOU
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGTTOU) == -1) {
H A D4-17.c18 4. (child) raise SIGUSR1
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGUSR1) == -1) {
H A D4-18.c18 4. (child) raise SIGUSR2
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGUSR2) == -1) {
H A D4-19.c18 4. (child) raise SIGPOLL
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGPOLL) == -1) {
H A D4-2.c18 4. (child) raise SIGALRM
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGALRM) == -1) {
H A D4-20.c18 4. (child) raise SIGPROF
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGPROF) == -1) {
H A D4-21.c18 4. (child) raise SIGSYS
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGSYS) == -1) {
H A D4-22.c18 4. (child) raise SIGTRAP
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGTRAP) == -1) {
H A D4-23.c18 4. (child) raise SIGURG
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGURG) == -1) {
H A D4-24.c18 4. (child) raise SIGVTALRM
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGVTALRM) == -1) {
H A D4-25.c18 4. (child) raise SIGXCPU
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGXCPU) == -1) {
H A D4-26.c18 4. (child) raise SIGXFSZ
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGXFSZ) == -1) {
H A D4-3.c18 4. (child) raise SIGBUS
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGBUS) == -1) {

Completed in 120 milliseconds

1234567891011>>