HomeSort by relevance Sort by last modified time
    Searched refs:deThread_join (Results 1 - 8 of 8) sorted by null

  /external/deqp/framework/delibs/dethread/
deThread.h 60 deBool deThread_join (deThread thread);
deThreadTest.c 99 ret = deThread_join(thread);
111 ret = deThread_join(thread);
129 ret = deThread_join(thread);
149 deThread_join(thread);
165 deThread_join(thread);
293 deThread_join(thread);
324 deBool ret = deThread_join(threads[ndx]);
347 ret = deThread_join(thread);
457 ret = deThread_join(consumer) &&
458 deThread_join(producer)
    [all...]
  /external/deqp/framework/delibs/decpp/
deThread.cpp 103 if (!deThread_join(m_thread))
  /external/deqp/framework/delibs/destream/
deStreamCpyThread.c 85 deThread_join(thread->thread);
deThreadStream.c 112 deThread_join(threadStream->thread);
  /external/deqp/framework/delibs/dethread/win32/
deThreadWin32.c 94 deBool deThread_join (deThread thread)
  /external/deqp/framework/delibs/dethread/unix/
deThreadUnix.c 99 deBool deThread_join (deThread threadptr)
  /external/deqp/framework/qphelper/
qpWatchDog.c 136 deThread_join(dog->watchDogThread);

Completed in 131 milliseconds