HomeSort by relevance Sort by last modified time
    Searched defs:attacher (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/test/native/
libcore_java_lang_ThreadTest.cpp 86 pthread_t attacher; local
87 if (pthread_create(&attacher, nullptr, TestThreadNaming,
93 if (pthread_join(attacher, reinterpret_cast<void**>(&result_test1)) != 0) {
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 882 Attacher& attacher,
884 : TestBase (name, description, attacher.getContext())
885 , m_attacher (attacher)
894 Attacher& m_attacher;
904 GLuint getAttachment (Attacher& attacher, GLuint container)
906 const GLuint queriedAttachment = attacher.getAttachment(container);
907 attacher.log() << TestLog::Message
908 << "// Result of query for " << attacher.getElementType().getName(
987 Attacher& attacher = m_inputAttacher.getAttacher(); local
1068 Attacher& attacher = m_outputAttacher.getAttacher(); local
    [all...]

Completed in 67 milliseconds