Home
last modified time | relevance | path

Searched refs:threadData (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/common/
Dtls.cpp84 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 …]
/external/curl/lib/
Dnwlib.c158 libthreaddata_t **threadData) in GetOrSetUpData() argument
277 if(threadData) in GetOrSetUpData()
278 *threadData = thread_data; in GetOrSetUpData()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp845 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()