Lines Matching refs:deThread
25 #include "deThread.h"
96 deThread thread = deThread_create(threadTestThr1, &val, DE_NULL);
107 deThread thread = deThread_create(threadTestThr2, DE_NULL, DE_NULL);
120 deThread thread;
141 deThread thread;
158 deThread thread;
277 deThread thread;
302 deThread threads[2];
337 deThread thread;
441 deThread producer;
442 deThread consumer;
509 DE_DECLARE_POOL_ARRAY(deThreadArray, deThread);
564 deThread thread = deThread_create(singletonTestThread, &initTimeMs, DE_NULL);
576 deThread thread = deThreadArray_get(threads, threadNdx);