Searched refs:t_ret (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/sss_client/
H A Dsss_pac_responder_client.c117 void *t_ret; local
124 ret = pthread_join(thread1, &t_ret);
125 if (ret != 0 || t_ret != NULL) {
130 ret = pthread_join(thread2, &t_ret);
131 if (ret != 0 || t_ret != NULL) {

Completed in 8 milliseconds