Home | History | Annotate | Download | only in vm

Lines Matching refs:pthread_kill

141 (e.g. pthread_kill(SIGUSR1)) to notify threads of suspension or resumption.
3745 killResult = pthread_kill(thread->handle, SIGSTKFLT);
3747 LOGD("NOTE: pthread_kill #1 failed: %s\n", strerror(killResult));
3750 killResult = pthread_kill(thread->handle, SIGSTKFLT);
3752 LOGD("NOTE: pthread_kill #2 failed: %s\n", strerror(killResult));