Lines Matching defs:thread
35 deThread thread;
44 deStreamCpyThread* thread;
93 /* \todo [mika] Add handling for errors on thread stream */
101 /* \todo [mika] Add handling for status on thread stream */
112 deThread_join(threadStream->thread);
113 deThread_destroy(threadStream->thread);
147 threadStream->thread = deThread_create(inStreamCopy, threadStream, DE_NULL);
162 /* \todo [mika] Add handling for errors on thread stream */
170 /* \todo [mika] Add handling for errors on thread stream */
203 threadStream->thread = deStreamCpyThread_create(&(threadStream->consumerStream), output, ringbufferBlockSize);