Searched refs:UserThreadFunc (Results 1 – 13 of 13) sorted by relevance
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
D | gtest-port.h | 1348 typedef void UserThreadFunc(T); 1350 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) 1377 UserThreadFunc* const func_; // User-supplied thread function. 1535 typedef void UserThreadFunc(T); 1537 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) 1545 RunnableImpl(UserThreadFunc* func, T param) 1555 UserThreadFunc* const func_;
|
D | gtest-port.h.orig | 1280 typedef void (*UserThreadFunc)(T); 1283 UserThreadFunc func, T param, Notification* thread_can_start) 1310 const UserThreadFunc func_; // User-supplied thread function.
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1629 typedef void UserThreadFunc(T); 1631 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) 1658 UserThreadFunc* const func_; // User-supplied thread function. 1820 typedef void UserThreadFunc(T); 1822 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) 1830 RunnableImpl(UserThreadFunc* func, T param) 1840 UserThreadFunc* const func_;
|
/external/v8/testing/gtest/include/gtest/internal/ |
D | gtest-port.h | 1597 typedef void UserThreadFunc(T); 1599 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) 1626 UserThreadFunc* const func_; // User-supplied thread function. 1788 typedef void UserThreadFunc(T); 1790 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) 1798 RunnableImpl(UserThreadFunc* func, T param) 1808 UserThreadFunc* const func_;
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-port.h | 1598 typedef void UserThreadFunc(T); 1600 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) 1627 UserThreadFunc* const func_; // User-supplied thread function. 1789 typedef void UserThreadFunc(T); 1791 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) 1799 RunnableImpl(UserThreadFunc* func, T param) 1809 UserThreadFunc* const func_;
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 914 typedef void (*UserThreadFunc)(T); typedef 917 UserThreadFunc func, T param, Notification* thread_can_start) in ThreadWithParam() 944 const UserThreadFunc func_; // User-supplied thread function.
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1149 typedef void (*UserThreadFunc)(T); 1152 UserThreadFunc func, T param, Notification* thread_can_start) 1179 const UserThreadFunc func_; // User-supplied thread function.
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1157 typedef void (*UserThreadFunc)(T); 1160 UserThreadFunc func, T param, Notification* thread_can_start) 1187 const UserThreadFunc func_; // User-supplied thread function.
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1276 typedef void (*UserThreadFunc)(T); 1279 UserThreadFunc func, T param, Notification* thread_can_start) 1306 const UserThreadFunc func_; // User-supplied thread function.
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-port.h | 1184 typedef void (*UserThreadFunc)(T); 1187 UserThreadFunc func, T param, Notification* thread_can_start) 1214 const UserThreadFunc func_; // User-supplied thread function.
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest.h | 1976 typedef void (*UserThreadFunc)(T); 1979 UserThreadFunc func, T param, Notification* thread_can_start) 2006 const UserThreadFunc func_; // User-supplied thread function.
|
/external/fmtlib/test/gtest/ |
D | gtest.h | 2383 typedef void (*UserThreadFunc)(T); 2386 UserThreadFunc func, T param, Notification* thread_can_start) 2413 const UserThreadFunc func_; // User-supplied thread function.
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
D | gtest.h | 2383 typedef void (*UserThreadFunc)(T); 2386 UserThreadFunc func, T param, Notification* thread_can_start) 2413 const UserThreadFunc func_; // User-supplied thread function.
|