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

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dsigprocmask.c51 sigset_t iset; local
53 (void) sigemptyset(&iset);
54 (void) sigprocmask(SIG_SETMASK, &iset, NULL);
H A Dselect.c50 static fd_set iset; variable
134 FD_ZERO(&iset);
152 FD_SET(fds[i], &iset);
153 FD_SET(fds[i+1], &iset);
188 (void) memcpy(&set1, &iset, sizeof (fd_set));

Completed in 28 milliseconds