Searched refs:deThread_create (Results 1 - 10 of 10) sorted by relevance

/external/deqp/framework/delibs/decpp/
H A DdeThread.cpp86 m_thread = deThread_create(threadFunc, this, &m_attribs);
/external/deqp/framework/delibs/dethread/
H A DdeThread.h59 deThread deThread_create (deThreadFunc func, void* arg, const deThreadAttributes* attributes);
H A DdeThreadTest.c96 deThread thread = deThread_create(threadTestThr1, &val, DE_NULL);
107 deThread thread = deThread_create(threadTestThr2, DE_NULL, DE_NULL);
126 thread = deThread_create(threadTestThr3, &data, DE_NULL);
148 thread = deThread_create(threadTestThr4, &tls, DE_NULL);
164 thread = deThread_create(tlsTestThr, DE_NULL, DE_NULL);
284 thread = deThread_create(mutexTestThr1, &mutex, DE_NULL);
316 threads[ndx] = deThread_create(mutexTestThr2, &data, DE_NULL);
344 thread = deThread_create(mutexTestThr3, &mutex, DE_NULL);
452 consumer = deThread_create(consumerThread, &testBuffer, DE_NULL);
453 producer = deThread_create(producerThrea
[all...]
/external/deqp/external/glslang/
H A Dosinclude.cpp84 return (void*)(deUintptr)deThread_create(EnterGenericThread, (void*)entry, DE_NULL);
/external/deqp/framework/delibs/destream/
H A DdeStreamCpyThread.c71 thread->thread = deThread_create(cpyStream, thread, DE_NULL);
H A DdeThreadStream.c147 threadStream->thread = deThread_create(inStreamCopy, threadStream, DE_NULL);
/external/deqp/framework/qphelper/
H A DqpWatchDog.c108 dog->watchDogThread = deThread_create(watchDogThreadFunc, dog, DE_NULL);
/external/deqp/framework/delibs/dethread/unix/
H A DdeThreadUnix.c70 deThread deThread_create (deThreadFunc func, void* arg, const deThreadAttributes* attributes) function
/external/deqp/framework/delibs/dethread/win32/
H A DdeThreadWin32.c71 deThread deThread_create (deThreadFunc func, void* arg, const deThreadAttributes* attributes) function
/external/deqp/framework/delibs/deutil/
H A DdeTimer.c370 thread->thread = deThread_create(timerThread, thread, DE_NULL);

Completed in 150 milliseconds