Home
last modified time | relevance | path

Searched refs:threadFunc (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeThread.cpp70 static void threadFunc (void* arg) in threadFunc() function
86 m_thread = deThread_create(threadFunc, this, &m_attribs); in start()