Lines Matching refs:slaves_entry_t
66 slaves_entry_t; typedef
69 static slaves_entry_t static_slaves[32];
70 static slaves_entry_t * volatile slaves = static_slaves;
122 slaves_entry_t *s = slaves; in register_slave_subprocess()
123 slaves_entry_t *s_end = s + slaves_count; in register_slave_subprocess()
143 slaves_entry_t *old_slaves = slaves; in register_slave_subprocess()
145 slaves_entry_t *new_slaves = in register_slave_subprocess()
146 (slaves_entry_t *) in register_slave_subprocess()
147 malloc (new_slaves_allocated * sizeof (slaves_entry_t)); in register_slave_subprocess()
157 slaves_allocated * sizeof (slaves_entry_t)); in register_slave_subprocess()
180 slaves_entry_t *s = slaves; in unregister_slave_subprocess()
181 slaves_entry_t *s_end = s + slaves_count; in unregister_slave_subprocess()