Lines Matching defs:set
132 * grow_fds(): grows the internal file descriptor set used by the event
135 * input: iu_eh_t *: the event handler whose descriptor set needs to be grown
136 * int: the new total number of descriptors needed in the set
181 * when increasing the file descriptor set size, how much to increase by:
187 * iu_register_event(): adds an event to the set managed by an event handler
230 * iu_unregister_event(): removes an event from the set managed by an event
235 * void **: if non-NULL, will be set to point to the argument passed
414 * void **: if non-NULL, will be set to point to the argument passed
422 sigset_t set;
433 (void) sigemptyset(&set);
434 (void) sigaddset(&set, sig);
435 (void) sigprocmask(SIG_UNBLOCK, &set, NULL);