Lines Matching defs:next
189 CMtThread *next;
194 next = GET_NEXT_THREAD(p);
198 next->stopReading = True;
199 return Event_Set(&next->canRead) == 0 ? SZ_OK : SZ_ERROR_THREAD;
207 next->stopReading = *stop = (size != p->mtCoder->blockSize);
208 if (Event_Set(&next->canRead) != 0)
222 return Event_Set(&next->canWrite) == 0 ? SZ_OK : SZ_ERROR_THREAD;
232 CMtThread *next = GET_NEXT_THREAD(p);
238 next->stopReading = True;
239 next->stopWriting = True;
240 Event_Set(&next->canRead);
241 Event_Set(&next->canWrite);