Home
last modified time | relevance | path

Searched refs:IPI_SIGNAL (Results 1 – 3 of 3) sorted by relevance

/linux/arch/um/os-Linux/
H A Dsmp.c78 sigaddset(&data->sigset, IPI_SIGNAL); in os_start_secondary()
96 return pthread_sigqueue(cpu_threads[cpu], IPI_SIGNAL, value); in os_send_ipi()
104 sigaddset(&sigset, IPI_SIGNAL); in __local_ipi_set()
144 if (sigaction(IPI_SIGNAL, &action, NULL) < 0) in os_init_smp()
H A Dinternal.h34 #define IPI_SIGNAL SIGRTMIN macro
H A Dtime.c119 sigaddset(&set, IPI_SIGNAL); in os_idle_prepare()