Searched refs:threadData (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | tls.cpp | 84 for (auto threadData : allThreadData) in DestroyTLSIndex() local 86 if (threadData->size() > index) in DestroyTLSIndex() 88 threadData->at(index) = nullptr; in DestroyTLSIndex() 110 ThreadLocalData *threadData = currentThreadData; in SetTLSValue() local 111 if (!threadData) in SetTLSValue() 113 threadData = new ThreadLocalData(index + 1, nullptr); in SetTLSValue() 114 allThreadData.insert(threadData); in SetTLSValue() 115 currentThreadData = threadData; in SetTLSValue() 117 else if (threadData->size() <= index) in SetTLSValue() 119 threadData->resize(index + 1, nullptr); in SetTLSValue() [all …]
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | tls.cpp | 85 for (auto threadData : allThreadData) in DestroyTLSIndex() local 87 if (threadData->size() > index) in DestroyTLSIndex() 89 threadData->at(index) = nullptr; in DestroyTLSIndex() 111 ThreadLocalData *threadData = currentThreadData; in SetTLSValue() local 112 if (!threadData) in SetTLSValue() 114 threadData = new ThreadLocalData(index + 1, nullptr); in SetTLSValue() 115 allThreadData.insert(threadData); in SetTLSValue() 116 currentThreadData = threadData; in SetTLSValue() 118 else if (threadData->size() <= index) in SetTLSValue() 120 threadData->resize(index + 1, nullptr); in SetTLSValue() [all …]
|
/third_party/curl/lib/ |
D | nwlib.c | 157 struct libthreaddata **threadData) in GetOrSetUpData() argument 276 if(threadData) in GetOrSetUpData() 277 *threadData = thread_data; in GetOrSetUpData()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingPipelineLibraryTests.cpp | 729 } threadData[] = in addPipelineLibraryConfigurationsTests() local 756 for (size_t threadNdx = 0; threadNdx < DE_LENGTH_OF_ARRAY(threadData); ++threadNdx) in addPipelineLibraryConfigurationsTests() 758 …CaseGroup> threadGroup(new tcu::TestCaseGroup(group->getTestContext(), threadData[threadNdx].name,… in addPipelineLibraryConfigurationsTests() 765 threadData[threadNdx].multithreaded, in addPipelineLibraryConfigurationsTests() 766 threadData[threadNdx].pipelinesCreatedUsingDHO, in addPipelineLibraryConfigurationsTests()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | threads.cpp | 845 const THREAD_DATA& threadData = pContext->threadPool.pApiThreadData[0]; in BindApiThread() local 847 bindThread(pContext, 0, threadData.procGroupId, true); in BindApiThread() 852 const THREAD_DATA& threadData = pContext->threadPool.pApiThreadData[apiThreadId]; in BindApiThread() local 855 pContext, threadData.threadId, threadData.procGroupId, threadData.forceBindProcGroup); in BindApiThread()
|