Searched refs:UserThreadFunc (Results 1 – 10 of 10) 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/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/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1154 typedef void (*UserThreadFunc)(T); 1157 UserThreadFunc func, T param, Notification* thread_can_start) 1184 const UserThreadFunc func_; // User-supplied thread function.
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1144 typedef void (*UserThreadFunc)(T); 1147 UserThreadFunc func, T param, Notification* thread_can_start) 1174 const UserThreadFunc func_; // User-supplied thread function.
|
/external/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/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.
|
/external/libvpx/libvpx/third_party/googletest/src/include/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.
|