Query: procset
OS: osf1
Section: 4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
procset(4) Kernel Interfaces Manual procset(4)NAMEprocset.h - Send a signal to one or more processesSYNOPSIStypedef struct procset { idop_t *p_op; idtype_t p_lidtype; id_t p_lid; idtype_t p_ridtype; id_t p_rid; } procset_t;DESCRIPTIONThe contents of the <procset.h> structure define a set of target processes based on logical operations performed on the two sets of poten- tial target processes indicated by the two pairs of id + type parameters, which designate "left" and "right" groups of processes. The log- ical operations supported are the union, intersection, difference, and exclusive OR of the left and right groups. The p_lid and p_lidtype members define one set of potential target processes, the "left" set. The p_rid and p_ridtype members define the "right" set of potential target processes. These parameters work together to select the target process or processes. The value of p_op is used to combine these two groups into the final group of actual target processes: Specifies that the target group of processes consist of the remaining processes in the left set that are not common to the right set. Specifies that the target group con- sists of those processes that are in both sets. Specifies that the target group consists of those processes that are in either set, or in both sets. Specifies that the target group consists of those processes that are in either set, but not in both sets.RELATED INFORMATIONFunctions: priocntlset(2), sigsend(2). Files: signal.h(4). delim off procset(4)
Related Man Pages |
---|
procset(4) - osf1 |
priocntlset(2) - sunos |
priocntlset(2) - x11r4 |
priocntlset(2) - minix |
priocntlset(2) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
How to find number of processes ? |
Looping processes |
Identifying and grouping OS processes and APP processes |
Pipes connecting 3 processes in a "circle" |
processes and shared memory |