Searched refs:UserThreadFunc (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1563 typedef void UserThreadFunc(T); typedef in class:testing::internal::ThreadWithParam
1565 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start)
1592 UserThreadFunc* const func_; // User-supplied thread function.
1750 typedef void UserThreadFunc(T); typedef in class:testing::internal::ThreadWithParam
1752 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start)
1760 RunnableImpl(UserThreadFunc* func, T param)
1770 UserThreadFunc* const func_;
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1144 typedef void (*UserThreadFunc)(T); typedef in class:testing::internal::ThreadWithParam
1147 UserThreadFunc func, T param, Notification* thread_can_start)
1174 const UserThreadFunc func_; // User-supplied thread function.
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1276 typedef void (*UserThreadFunc)(T); typedef in class:testing::internal::ThreadWithParam
1279 UserThreadFunc func, T param, Notification* thread_can_start)
1306 const UserThreadFunc func_; // User-supplied thread function.
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1154 typedef void (*UserThreadFunc)(T); typedef in class:testing::internal::ThreadWithParam
1157 UserThreadFunc func, T param, Notification* thread_can_start)
1184 const UserThreadFunc func_; // User-supplied thread function.
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1144 typedef void (*UserThreadFunc)(T); typedef in class:testing::internal::ThreadWithParam
1147 UserThreadFunc func, T param, Notification* thread_can_start)
1174 const UserThreadFunc func_; // User-supplied thread function.
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2383 typedef void (*UserThreadFunc)(T); typedef in class:std::tr1::ThreadWithParam
2386 UserThreadFunc func, T param, Notification* thread_can_start)
2413 const UserThreadFunc func_; // User-supplied thread function.
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2383 typedef void (*UserThreadFunc)(T); typedef in class:std::tr1::ThreadWithParam
2386 UserThreadFunc func, T param, Notification* thread_can_start)
2413 const UserThreadFunc func_; // User-supplied thread function.

Completed in 369 milliseconds