/third_party/node/deps/googletest/src/ |
D | gtest-port.cc | 116 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() {
|
D | gtest-death-test.cc | 1100 const size_t thread_count = GetThreadCount(); in AssumeRole()
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 117 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
|
D | gtest-death-test.cc | 1120 const size_t thread_count = GetThreadCount(); in AssumeRole()
|
/third_party/googletest/googletest/src/ |
D | gtest-port.cc | 110 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() {
|
D | gtest-death-test.cc | 1106 const size_t thread_count = GetThreadCount(); in AssumeRole()
|
/third_party/gn/src/util/ |
D | worker_pool.cc | 54 int GetThreadCount() { in GetThreadCount() function 86 WorkerPool::WorkerPool() : WorkerPool(GetThreadCount()) {} in WorkerPool()
|
/third_party/openh264/codec/decoder/plus/src/ |
D | welsDecoderExt.cpp | 108 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/ |
D | decoder.cpp | 443 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()
|
D | pic_queue.cpp | 116 …pPic->pNzc = GetThreadCount (pCtx) > 1 ? (int8_t (*)[24])pMa->WelsMallocz (uiMbCount * 24, "pPic->… in AllocPicture()
|
D | decoder_core.cpp | 227 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()
|
D | decode_slice.cpp | 239 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()
|
D | parse_mb_syn_cabac.cpp | 538 bool bIsPending = GetThreadCount (pCtx) > 1; in ParseInterPMotionInfoCabac() 744 bool bIsPending = GetThreadCount (pCtx) > 1; in ParseInterBMotionInfoCabac()
|
D | parse_mb_syn_cavlc.cpp | 1086 bool bIsPending = GetThreadCount (pCtx) > 1; in ParseInterInfo() 1351 bool bIsPending = GetThreadCount (pCtx) > 1; in ParseInterBInfo()
|
D | rec_mb.cpp | 255 if (GetThreadCount (pCtx) > 1 && iRefIdx >= 0) { in BaseMC()
|
D | mv_pred.cpp | 318 if (GetThreadCount (pCtx) > 1) { in GetColocatedMb()
|
/third_party/googletest/googletest/test/ |
D | googletest-port-test.cc | 304 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/ |
D | decoder_context.h | 553 static inline int32_t GetThreadCount (PWelsDecoderContext pCtx) { in GetThreadCount() function
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1888 GTEST_API_ size_t GetThreadCount();
|
/third_party/node/deps/googletest/include/gtest/internal/ |
D | gtest-port.h | 1930 GTEST_API_ size_t GetThreadCount();
|
/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1904 GTEST_API_ size_t GetThreadCount();
|