Searched refs:BLOCKED_THREAD_SIGNAL (Results 1 – 1 of 1) sorted by relevance
68 static const int BLOCKED_THREAD_SIGNAL = SIGRTMIN + 2; variable70 static const int BLOCKED_THREAD_SIGNAL = __SIGRTMIN + 2; variable85 int rc = sigaction(BLOCKED_THREAD_SIGNAL, &sa, NULL); in init()96 pthread_kill(it->mThread, BLOCKED_THREAD_SIGNAL); in signalBlockedThreads()