Searched refs:GetThreadCount (Results 1 - 16 of 16) sorted by relevance

/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest-port_test.cc316 EXPECT_EQ(1U, GetThreadCount());
331 EXPECT_EQ(2U, GetThreadCount());
343 if (GetThreadCount() == 1)
351 EXPECT_EQ(1U, GetThreadCount());
356 EXPECT_EQ(0U, GetThreadCount());
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
H A Dgtest-port_test.cc316 EXPECT_EQ(1U, GetThreadCount());
331 EXPECT_EQ(2U, GetThreadCount());
343 if (GetThreadCount() == 1)
351 EXPECT_EQ(1U, GetThreadCount());
356 EXPECT_EQ(0U, GetThreadCount());
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
H A Dgtest-port_test.cc316 EXPECT_EQ(1U, GetThreadCount());
331 EXPECT_EQ(2U, GetThreadCount());
343 if (GetThreadCount() == 1)
351 EXPECT_EQ(1U, GetThreadCount());
356 EXPECT_EQ(0U, GetThreadCount());
/prebuilts/ndk/current/sources/third_party/googletest/googletest/src/
H A Dgtest-port.cc89 size_t GetThreadCount() { function in namespace:testing::internal
110 size_t GetThreadCount() { function in namespace:testing::internal
128 size_t GetThreadCount() { function in namespace:testing::internal
H A Dgtest-death-test.cc823 const size_t thread_count = GetThreadCount();
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
H A Dgtest-port.cc89 size_t GetThreadCount() { function in namespace:testing::internal
110 size_t GetThreadCount() { function in namespace:testing::internal
128 size_t GetThreadCount() { function in namespace:testing::internal
H A Dgtest-death-test.cc823 const size_t thread_count = GetThreadCount();
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
H A Dgtest-port.cc89 size_t GetThreadCount() { function in namespace:testing::internal
110 size_t GetThreadCount() { function in namespace:testing::internal
128 size_t GetThreadCount() { function in namespace:testing::internal
H A Dgtest-death-test.cc823 const size_t thread_count = GetThreadCount();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Ddplay8.h921 STDMETHOD(GetThreadCount)(THIS_ DWORD dwProcessorNum, DWORD* pdwNumThreads, DWORD dwFlags) PURE;
935 #define IDirectPlay8ThreadPool_GetThreadCount(p,a,b,c) (p)->lpVtbl->GetThreadCount(p,a,b,c)
946 #define IDirectPlay8ThreadPool_GetThreadCount(p,a,b,c) (p)->GetThreadCount(a,b,c)
H A Dcomsvcs.h5408 virtual HRESULT WINAPI GetThreadCount(DWORD *pdwThreads) = 0;
5426 HRESULT (WINAPI *GetThreadCount)(IComStaThreadPoolKnobs *This,DWORD *pdwThreads); member in struct:IComStaThreadPoolKnobsVtbl
5446 #define IComStaThreadPoolKnobs_GetThreadCount(This,pdwThreads) (This)->lpVtbl->GetThreadCount(This,pdwThreads)
5552 HRESULT (WINAPI *GetThreadCount)(IComStaThreadPoolKnobs2 *This,DWORD *pdwThreads); member in struct:IComStaThreadPoolKnobs2Vtbl
5582 #define IComStaThreadPoolKnobs2_GetThreadCount(This,pdwThreads) (This)->lpVtbl->GetThreadCount(This,pdwThreads)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Ddplay8.h921 STDMETHOD(GetThreadCount)(THIS_ DWORD dwProcessorNum, DWORD* pdwNumThreads, DWORD dwFlags) PURE;
935 #define IDirectPlay8ThreadPool_GetThreadCount(p,a,b,c) (p)->lpVtbl->GetThreadCount(p,a,b,c)
946 #define IDirectPlay8ThreadPool_GetThreadCount(p,a,b,c) (p)->GetThreadCount(a,b,c)
H A Dcomsvcs.h5408 virtual HRESULT WINAPI GetThreadCount(DWORD *pdwThreads) = 0;
5426 HRESULT (WINAPI *GetThreadCount)(IComStaThreadPoolKnobs *This,DWORD *pdwThreads); member in struct:IComStaThreadPoolKnobsVtbl
5446 #define IComStaThreadPoolKnobs_GetThreadCount(This,pdwThreads) (This)->lpVtbl->GetThreadCount(This,pdwThreads)
5552 HRESULT (WINAPI *GetThreadCount)(IComStaThreadPoolKnobs2 *This,DWORD *pdwThreads); member in struct:IComStaThreadPoolKnobs2Vtbl
5582 #define IComStaThreadPoolKnobs2_GetThreadCount(This,pdwThreads) (This)->lpVtbl->GetThreadCount(This,pdwThreads)
/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h145 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
1590 GTEST_API_ size_t GetThreadCount();
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h145 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
1586 GTEST_API_ size_t GetThreadCount();
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h145 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
1590 GTEST_API_ size_t GetThreadCount();

Completed in 357 milliseconds