Lines Matching full:slave
69 int master, slave; in yield() local
112 slave = 0; in yield()
129 master = 0; /* I'm a slave */ in yield()
130 slave = i + 1; /* With this flag */ in yield()
131 *p = slave; /* And I live */ in yield()
137 /* If we conform the slave processes haven't run yet. in yield()
138 * The master must yield to let the first slave run. in yield()
147 /* Now the master yields, the first slave runs, and yields, in yield()
159 /* The final slave process should be the last one started. in yield()
163 "Error at line %d: Final slave is %d not %d.\n", in yield()
179 ((slave + nslaves - 1) % nslaves)) { in yield()
181 *p, slave, i); in yield()
184 *p = slave; in yield()
188 buzz(slave); in yield()