Lines Matching full:used
55 The 'used' bit determines whether this entry is currently in use.
58 the 'used' field.)
59 The 'used' and 'child' fields are accessed from within the cleanup_slaves()
63 volatile sig_atomic_t used;
95 if (slaves[n].used)
126 if (!s->used)
130 entry as used only after the child pid has been written to the
133 s->used = 1;
166 new slave and its 'used' bit have been written to the memory locations
169 slaves[slaves_count].used = 1;
177 /* The easiest way to remove an entry from a list that can be used by
184 if (s->used && s->child == child)
185 s->used = 0;