Lines Matching refs:pthread_kill
144 (e.g. pthread_kill(SIGUSR1)) to notify threads of suspension or resumption.
3589 killResult = pthread_kill(thread->handle, SIG);
3591 ALOGD("NOTE: pthread_kill #1 failed: %s", strerror(killResult));
3594 killResult = pthread_kill(thread->handle, SIG);
3596 ALOGD("NOTE: pthread_kill #2 failed: %s", strerror(killResult));