Searched refs:sfds (Results 1 – 1 of 1) sorted by relevance
41 int *sfds = (int *)varg; in server() local43 int sock = sfds[0]; in server()83 int sfds[2]; in runtest() local89 ret = socketpair(AF_UNIX, sotype, 0, sfds); in runtest()97 ret = pthread_create(NULL, NULL, server, sfds); in runtest()107 sock = sfds[1]; in runtest()