OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadData
(Results
1 - 2
of
2
) sorted by null
/external/curl/lib/
nwlib.c
63
int GetOrSetUpData(int id, libdata_t **data, libthreaddata_t **
threaddata
);
158
libthreaddata_t **
threadData
)
277
if(
threadData
)
278
*
threadData
= thread_data;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.cpp
748
const THREAD_DATA &
threadData
= pContext->threadPool.pApiThreadData[0];
750
bindThread(pContext, 0,
threadData
.procGroupId, true);
755
const THREAD_DATA &
threadData
= pContext->threadPool.pApiThreadData[apiThreadId];
757
bindThread(pContext,
threadData
.threadId,
threadData
.procGroupId,
threadData
.forceBindProcGroup);
[
all
...]
Completed in 157 milliseconds