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

  /external/deqp/framework/delibs/decpp/
deThread.cpp 70 static void threadFunc (void* arg)
86 m_thread = deThread_create(threadFunc, this, &m_attribs);
  /frameworks/av/include/media/stagefright/
AACWriter.h 66 status_t threadFunc();
AMRWriter.h 60 status_t threadFunc();
MPEG4Writer.h 147 void threadFunc();
  /sdk/emulator/opengl/shared/emugl/common/
lazy_instance_unittest.cpp 106 static void* threadFunc(void* param) {
124 state.mThreads[n] = new TestThread(threadFunc, &state);
  /frameworks/av/media/libstagefright/
AMRWriter.cpp 196 return (void *)(uintptr_t) static_cast<AMRWriter *>(me)->threadFunc();
199 status_t AMRWriter::threadFunc() {
AACWriter.cpp 206 return (void *)(uintptr_t)static_cast<AACWriter *>(me)->threadFunc();
304 status_t AACWriter::threadFunc() {
MPEG4Writer.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 421 threadFunc = staticmethod(http_server)
430 threading.Thread(target=self.threadFunc, args=serv_args).start()
599 threadFunc = staticmethod(http_multi_server)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 421 threadFunc = staticmethod(http_server)
430 threading.Thread(target=self.threadFunc, args=serv_args).start()
599 threadFunc = staticmethod(http_multi_server)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 425 m_threads.last()->postTask(new Task(WTF::bind(threadFunc, tester)));
455 static void threadFunc(void* data)
    [all...]

Completed in 388 milliseconds