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

/xsrc/external/mit/mesa-demos/dist/src/wgl/
H A Dsharedtex_mt.c405 struct thread_init_arg *tia = (struct thread_init_arg *) arg; local in function:threadRunner
410 win = &Windows[tia->id];
418 if(tia->id > 0)
419 WaitForSingleObject(Windows[tia->id - 1].hEventInitialised, INFINITE);
449 if(tia->id < NumWindows - 1)
510 struct thread_init_arg tia[MAX_WINDOWS]; local in function:main
532 tia[i].id = i;
533 threads[i] = CreateThread(NULL, 0, threadRunner, &tia[i], 0, &id);
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dsharedtex_mt.c382 struct thread_init_arg *tia = (struct thread_init_arg *) arg; local in function:threadRunner
385 win = &Windows[tia->id];

Completed in 3 milliseconds