Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
DAsynchronousCloseMonitor.cpp68 static const int BLOCKED_THREAD_SIGNAL = SIGRTMIN + 2; variable
70 static const int BLOCKED_THREAD_SIGNAL = __SIGRTMIN + 2; variable
85 int rc = sigaction(BLOCKED_THREAD_SIGNAL, &sa, NULL); in init()
96 pthread_kill(it->mThread, BLOCKED_THREAD_SIGNAL); in signalBlockedThreads()