Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DNativeThread.c41 #define INTERRUPT_SIGNAL (__SIGRTMIN + 2) macro
45 #define INTERRUPT_SIGNAL (SIGRTMAX - 2) macro
50 #define INTERRUPT_SIGNAL SIGIO macro
56 #define INTERRUPT_SIGNAL SIGIO macro
84 if (sigaction(INTERRUPT_SIGNAL, &sa, &osa) < 0) in NativeThread_init()
103 ret = thr_kill((thread_t)thread, INTERRUPT_SIGNAL); in NativeThread_signal()
105 ret = pthread_kill((pthread_t)thread, INTERRUPT_SIGNAL); in NativeThread_signal()