Home
last modified time | relevance | path

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

/cts/tests/tests/nativeopengl/standalone/jni/tests/
DEGLCleanup_test.cpp70 class ChainedThread { class
77 ChainedThread(TestType testType) : mEglDisplay(EGL_NO_DISPLAY), in ChainedThread() function in android::ChainedThread
83 ~ChainedThread() { in ~ChainedThread()
141 int err = pthread_create(&newThread, &attr, ChainedThread::func, in startThread_l()
148 ChainedThread* obj = static_cast<ChainedThread*>(arg); in func()
320 ChainedThread cht(ChainedThread::TEST_CORRECT); in TEST_F()