Lines Matching refs:presult
129 int presult;
141 presult = pthread_init();
142 if (presult != 0) {
143 isc__strerror(presult, strbuf, sizeof(strbuf));
222 presult = pthread_sigmask(SIG_BLOCK, &sset, NULL);
223 if (presult != 0) {
224 isc__strerror(presult, strbuf, sizeof(strbuf));
247 presult = sigprocmask(SIG_UNBLOCK, &sset, NULL);
248 if (presult != 0) {
249 isc__strerror(presult, strbuf, sizeof(strbuf));