Lines Matching full:presult
1808 int presult;
1812 presult = pthread_mutex_lock (&g_config_mutex);
1813 if (presult)
1817 __FILE__, __LINE__, presult, strerror (presult)
1819 return presult;
1850 presult = pthread_mutex_unlock (&g_config_mutex);
1851 if (presult)
1855 __FILE__, __LINE__, presult, strerror (presult)
1857 errcode = presult;