Home
last modified time | relevance | path

Searched refs:UserThreadFunc (Results 1 – 10 of 10) sorted by relevance

/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-port.h1348 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_;
Dgtest-port.h.orig1280 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/
Dgtest-port.h914 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/
Dgtest-port.h1154 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/
Dgtest-port.h1144 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/
Dgtest-port.h1276 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/
Dgtest-port.h1184 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/
Dgtest.h1976 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/
Dgtest.h2383 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/
Dgtest.h2383 typedef void (*UserThreadFunc)(T);
2386 UserThreadFunc func, T param, Notification* thread_can_start)
2413 const UserThreadFunc func_; // User-supplied thread function.