Searched refs:Run (Results 1 - 8 of 8) sorted by relevance

/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Dthread.h29 virtual void Run(void) = 0;
46 virtual void Run(void);
H A Dworkqueue.h40 * WorkQueue::Run() calls its own Work() instead of the derived class's.
88 virtual void Run(void); /* RunnableInterface */
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dthread.cpp78 t->Run();
83 void Thread::Run(void) function in class:Thread
86 r->Run();
H A Dworkqueue.cpp80 pthread_cond_signal(&wcond); /* wakeup Run() if it's sleeping */
86 /* it returns when Run() is sleeping at executing_wait or at wcond */
91 /* this prevents deadlock if Run() is sleeping with locking wcond */
93 pthread_cond_wait(&paused_wait, &executing_lock); /* wokeup by Run() */
105 void WorkQueue::Run(void) function in class:WorkQueue
143 * 1. if PauseWork() locks executing_lock right before Run() locks
144 * the lock, Run() sends the paused signal and go to sleep.
145 * 2. if Run() locks executing_lock first, DoWork() is called and
146 * PausedWork() waits for paused_wait signal. Run() sends the
181 pthread_cond_signal(&wcond); /* wakeup Run() i
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Drtcd.pl404 Reads the Run Time CPU Detections definitions from FILE and generates a
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dtools_common.sh318 # Run tests.
336 --run-disabled-tests: Run disabled tests.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1212 // UnitTest::Run() starts.
1218 // Used by UnitTest::Run() to capture the state of
1676 "Run disabled tests too, in addition to the tests normally being run.");
3625 void Test::Run() { function in class:testing::Test
3784 void TestInfo::Run() { function in class:testing::TestInfo
3810 test->Run();
3913 void TestCase::Run() { function in class:testing::TestCase
3928 GetMutableTestInfo(i)->Run();
5338 int UnitTest::Run() { function in class:testing::UnitTest
5799 GetMutableTestCase(test_index)->Run();
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2348 // in order to call its Run(). Introducing ThreadWithParamBase as a
2354 virtual void Run() = 0;
2364 static_cast<ThreadWithParamBase*>(thread)->Run();
2406 virtual void Run() { function in class:std::tr1::ThreadWithParam
7399 // within TestInfoImpl::Run()
17838 void Run();
18126 void Run();
18264 void Run();
18545 int Run() GTEST_MUST_USE_RESULT_;
20058 return ::testing::UnitTest::GetInstance()->Run();
[all...]

Completed in 1470 milliseconds