OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wthread
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/state_trackers/nine/
threadpool.c
90
pool->
wthread
= NineSwapChain9_CreateThread(swapchain, threadpool_worker, pool);
91
if (!pool->
wthread
) {
109
if (pool->
wthread
) {
110
NineSwapChain9_WaitForThread(swapchain, pool->
wthread
);
threadpool.h
37
HANDLE
wthread
;
member in struct:threadpool
Completed in 61 milliseconds