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

/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dipsecoptions.c70 static pthread_t resolverthread = 0; variable
156 if (pthread_create(&resolverthread, NULL, ipsec_resolver_thread, NULL)) {
165 pthread_cancel(resolverthread);
/macosx-10.10/ppp-786.1.1/Drivers/PPTP/PPTP-plugin/
H A Dmain.c173 static pthread_t resolverthread = 0; variable
926 if (pthread_create(&resolverthread, NULL, pptp_resolver_thread, NULL)) {
935 pthread_cancel(resolverthread);
/macosx-10.10/ppp-786.1.1/Drivers/L2TP/L2TP-plugin/
H A Dmain.c186 static pthread_t resolverthread = 0; variable
1336 if (pthread_create(&resolverthread, NULL, l2tp_resolver_thread, NULL)) {
1345 pthread_cancel(resolverthread);

Completed in 274 milliseconds