OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadpool_task
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/state_trackers/nine/
threadpool.h
39
struct
threadpool_task
*workqueue;
45
struct
threadpool_task
{
struct
48
struct
threadpool_task
*next;
55
struct
threadpool_task
*_mesa_threadpool_queue_task(struct threadpool *pool,
59
struct
threadpool_task
**task);
threadpool.c
48
struct
threadpool_task
*task;
131
struct
threadpool_task
*
135
struct
threadpool_task
*task, *previous;
175
struct
threadpool_task
**task_handle)
177
struct
threadpool_task
*task = *task_handle;
swapchain9.h
74
struct
threadpool_task
*tasks[D3DPRESENT_BACK_BUFFERS_MAX_EX + 1];
swapchain9.c
788
struct
threadpool_task
*task_temp;
[
all
...]
Completed in 46 milliseconds