Searched refs:signal (Results 51 - 75 of 91) sorted by relevance

1234

/seL4-camkes-master/projects/musllibc/src/signal/
H A Dsigset.c1 #include <signal.h>
H A Dsigaction.c1 #include <signal.h>
28 * unblocked before any signal handler is
32 * to the signal handler. */
/seL4-camkes-master/projects/musllibc/arch/s390x/bits/
H A Duser.h51 long signal; member in struct:user
/seL4-camkes-master/projects/musllibc/arch/sh/bits/
H A Duser.h70 long int signal; member in struct:user
/seL4-camkes-master/projects/util_libs/libplatsupport/arch_include/arm/platsupport/
H A Ddma330.h26 * Callback for signal handling
28 * @param[in] signal The signal, in the address space of the channel, that cause the IRQ
29 * @param[in] pc The instruction pointer of the thread that caused the signal
30 * @param[in] status The status of the thread that caused the signal as presented in the csr register.
34 typedef int (*dma330_signal_cb)(dma330_t* dma330, int signal, uintptr_t pc, uint32_t status, void* token);
89 * The copy program sends signal #0 + channel when complete
/seL4-camkes-master/projects/musllibc/src/linux/
H A Depoll.c2 #include <signal.h>
/seL4-camkes-master/projects/musllibc/src/select/
H A Dselect.c2 #include <signal.h>
/seL4-camkes-master/projects/picotcp/test/
H A Dppp.c3 #include <signal.h>
161 signal(SIGUSR1, sigusr1_hdl);
162 signal(SIGUSR2, sigusr2_hdl);
163 signal(SIGINT, sigusr2_hdl);
/seL4-camkes-master/tools/cogent/regression/
H A Drun_tests.py26 import signal namespace
102 p.send_signal(signal.SIGKILL)
161 signal.signal(signal.SIGALRM, alarm_handler)
162 signal.alarm(test.timeout)
172 signal.alarm(0)
/seL4-camkes-master/projects/musllibc/arch/i386/bits/
H A Duser.h31 long signal; member in struct:user
/seL4-camkes-master/projects/musllibc/arch/i386_sel4/bits/
H A Duser.h31 long signal; member in struct:user
/seL4-camkes-master/projects/musllibc/arch/powerpc/bits/
H A Dsignal.h28 int signal; member in struct:sigcontext
/seL4-camkes-master/projects/musllibc/arch/powerpc64/bits/
H A Dsignal.h28 int signal; member in struct:sigcontext
/seL4-camkes-master/projects/musllibc/arch/x32/bits/
H A Duser.h28 long signal; member in struct:user
/seL4-camkes-master/projects/musllibc/arch/x86_64/bits/
H A Duser.h28 long signal; member in struct:user
/seL4-camkes-master/projects/musllibc/arch/x86_64_sel4/bits/
H A Duser.h28 long signal; member in struct:user
/seL4-camkes-master/projects/musllibc/include/
H A Daio.h9 #include <signal.h>
/seL4-camkes-master/tools/rumprun/lib/librumprun_base/
H A Dsignals.c27 * Our signal strategy: these calls always return success so that
36 #include <signal.h>
H A Dsyscall_misc.c34 #include <signal.h>
/seL4-camkes-master/projects/musllibc/include/sys/
H A Dwait.h25 #include <signal.h>
/seL4-camkes-master/projects/musllibc/src/process/
H A Dsystem.c3 #include <signal.h>
/seL4-camkes-master/projects/musllibc/src/string/
H A Dstrsignal.c1 #include <signal.h>
57 "Unknown signal\0"
67 "User defined signal 1\0"
69 "User defined signal 2\0"
76 "Stopped (signal)\0"
/seL4-camkes-master/projects/musllibc/src/env/
H A D__libc_start_main.c4 #include <signal.h>
/seL4-camkes-master/projects/musllibc/src/mq/
H A Dmq_notify.c5 #include <signal.h>
/seL4-camkes-master/projects/musllibc/src/misc/
H A Dwordexp.c9 #include <signal.h>

Completed in 127 milliseconds

1234