Home
last modified time | relevance | path

Searched refs:GetThreadCount (Results 1 – 21 of 21) sorted by relevance

/third_party/node/deps/googletest/src/
Dgtest-port.cc116 size_t GetThreadCount() { in GetThreadCount() function
124 size_t GetThreadCount() {
159 size_t GetThreadCount() {
182 size_t GetThreadCount() {
219 size_t GetThreadCount() {
237 size_t GetThreadCount() {
250 size_t GetThreadCount() {
265 size_t GetThreadCount() {
Dgtest-death-test.cc1100 const size_t thread_count = GetThreadCount(); in AssumeRole()
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc117 size_t GetThreadCount() { in GetThreadCount() function
125 size_t GetThreadCount() { in GetThreadCount() function
161 size_t GetThreadCount() { in GetThreadCount() function
184 size_t GetThreadCount() { in GetThreadCount() function
221 size_t GetThreadCount() { in GetThreadCount() function
239 size_t GetThreadCount() { in GetThreadCount() function
252 size_t GetThreadCount() { in GetThreadCount() function
271 size_t GetThreadCount() { in GetThreadCount() function
Dgtest-death-test.cc1120 const size_t thread_count = GetThreadCount(); in AssumeRole()
/third_party/googletest/googletest/src/
Dgtest-port.cc110 size_t GetThreadCount() { in GetThreadCount() function
118 size_t GetThreadCount() {
153 size_t GetThreadCount() {
176 size_t GetThreadCount() {
213 size_t GetThreadCount() {
231 size_t GetThreadCount() {
244 size_t GetThreadCount() {
259 size_t GetThreadCount() {
Dgtest-death-test.cc1106 const size_t thread_count = GetThreadCount(); in AssumeRole()
/third_party/gn/src/util/
Dworker_pool.cc54 int GetThreadCount() { in GetThreadCount() function
86 WorkerPool::WorkerPool() : WorkerPool(GetThreadCount()) {} in WorkerPool()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp108 if (GetThreadCount (pThrCtx->pCtx) > 1) { in ConstructAccessUnit()
764 if (GetThreadCount (pDecContext) <= 0) { in DecodeFrame2WithCtx()
777 if (GetThreadCount (pDecContext) <= 1) { in DecodeFrame2WithCtx()
783 if (GetThreadCount (pDecContext) <= 1) { in DecodeFrame2WithCtx()
875 if (GetThreadCount (pDecContext) >= 1) { in DecodeFrame2WithCtx()
901 if (GetThreadCount (pDecContext) >= 1) { in DecodeFrame2WithCtx()
1033 … if (GetThreadCount (pCtx) <= 1) ++pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->iRefCount; in BufferingReadyPicture()
1374 if (GetThreadCount (sThreadCtx.pCtx) > 1) { in ParseAccessUnit()
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp443 int32_t iThreadCount = GetThreadCount (pCtx); in GetTargetRefListSize()
489 if (GetThreadCount (pCtx) <= 1) { in WelsRequestMem()
567 if (GetThreadCount (pCtx) > 1) { in WelsFreeDynamicMemory()
820 if (GetThreadCount (pCtx) <= 1) { in WelsDecodeBs()
880 if (GetThreadCount (pCtx) <= 1) { in WelsDecodeBs()
884 if (GetThreadCount (pCtx) <= 1) { in WelsDecodeBs()
Dpic_queue.cpp116 …pPic->pNzc = GetThreadCount (pCtx) > 1 ? (int8_t (*)[24])pMa->WelsMallocz (uiMbCount * 24, "pPic->… in AllocPicture()
Ddecoder_core.cpp227 if (GetThreadCount (pCtx) > 1 && pPic->bIsComplete == false) { in DecodeFrameConstruction()
230 if (GetThreadCount (pCtx) > 1) { in DecodeFrameConstruction()
237 if (GetThreadCount (pCtx) <= 1 || pCtx->pLastThreadCtx == NULL) { in DecodeFrameConstruction()
2293 if (GetThreadCount (pCtx) <= 1) { in AllocPicBuffOnNewSeqBegin()
2346 if (GetThreadCount (pCtx) <= 1) { in ConstructAccessUnit()
2503 int32_t iThreadCount = GetThreadCount (pCtx); in DecodeCurrentAccessUnit()
2557 if (GetThreadCount (pCtx) > 1 && pCtx->bNewSeqBegin) { in DecodeCurrentAccessUnit()
Ddecode_slice.cpp239 if (GetThreadCount (pCtx) <= 1) { in WelsMbInterConstruction()
1368 bool bIsPending = GetThreadCount (pCtx) > 1; in WelsDecodeMbCabacPSlice()
1424 bool bIsPending = GetThreadCount (pCtx) > 1; in WelsDecodeMbCabacBSlice()
1772 if (GetThreadCount (pCtx) > 1) { in WelsDecodeAndConstructSlice()
1778 if (GetThreadCount (pCtx) > 1) { in WelsDecodeAndConstructSlice()
2479 bool bIsPending = GetThreadCount (pCtx) > 1; in WelsDecodeMbCavlcPSlice()
2579 bool bIsPending = GetThreadCount (pCtx) > 1; in WelsDecodeMbCavlcBSlice()
Dparse_mb_syn_cabac.cpp538 bool bIsPending = GetThreadCount (pCtx) > 1; in ParseInterPMotionInfoCabac()
744 bool bIsPending = GetThreadCount (pCtx) > 1; in ParseInterBMotionInfoCabac()
Dparse_mb_syn_cavlc.cpp1086 bool bIsPending = GetThreadCount (pCtx) > 1; in ParseInterInfo()
1351 bool bIsPending = GetThreadCount (pCtx) > 1; in ParseInterBInfo()
Drec_mb.cpp255 if (GetThreadCount (pCtx) > 1 && iRefIdx >= 0) { in BaseMC()
Dmv_pred.cpp318 if (GetThreadCount (pCtx) > 1) { in GetColocatedMb()
/third_party/googletest/googletest/test/
Dgoogletest-port-test.cc304 starting_count = GetThreadCount(); in TEST()
319 thread_count_after_create = GetThreadCount(); in TEST()
333 thread_count_after_join = GetThreadCount(); in TEST()
353 EXPECT_EQ(0U, GetThreadCount()); in TEST()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h553 static inline int32_t GetThreadCount (PWelsDecoderContext pCtx) { in GetThreadCount() function
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1888 GTEST_API_ size_t GetThreadCount();
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-port.h1930 GTEST_API_ size_t GetThreadCount();
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h1904 GTEST_API_ size_t GetThreadCount();