Searched refs:thread_input (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_queue.c247 struct thread_input { struct
255 struct util_queue *queue = ((struct thread_input*)input)->queue;
256 int thread_index = ((struct thread_input*)input)->thread_index;
345 struct thread_input *input =
346 (struct thread_input *) malloc(sizeof(struct thread_input));
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_queue.c261 struct thread_input { struct
269 struct util_queue *queue = ((struct thread_input*)input)->queue;
270 int thread_index = ((struct thread_input*)input)->thread_index;
358 struct thread_input *input =
359 (struct thread_input *) malloc(sizeof(struct thread_input));

Completed in 4 milliseconds