Searched refs:hp2 (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rosapps/applications/net/ncftp/autoconf/ |
H A D | aclocal.m4 | 570 struct hostent *hp1, *hp2; 574 hp2 = gethostbyname("ftp.ncsa.uiuc.edu"); 575 result = ((hp1 != (struct hostent *) 0) && (hp2 != (struct hostent *) 0));
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | sync.c | 1661 HANDLE hp1,hp2,hp3,hc1,hc2,hc3; in test_condvars_consumer_producer() local 1685 hp2 = CreateThread(NULL, 0, condvar_producer, NULL, 0, &dummy); in test_condvars_consumer_producer() 1706 WaitForSingleObject(hp2, 1000); in test_condvars_consumer_producer()
|