Home | History | Annotate | Download | only in lib

Lines Matching defs:slave

57    'child' field to 0 when unregistering a slave process, and wouldn't need
68 /* The registered slave subprocesses. */
74 /* The termination signal for slave subprocesses.
88 /* Get the last registered slave. */
97 pid_t slave = slaves[n].child;
99 /* Kill the slave. */
100 kill (slave, TERMINATOR);
105 /* Register a subprocess as being a slave process. This means that the
120 /* Try to store the new slave in an unused entry of the slaves array. */
166 new slave and its 'used' bit have been written to the memory locations
173 /* Unregister a child from the list of slave subprocesses. */
239 /* Unregister the child from the list of slave subprocesses, so that
331 /* Unregister the child from the list of slave subprocesses, so that