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

/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglthreads.c578 Status threadStat; local in function:main
629 threadStat = XInitThreads();
630 if (threadStat) {
631 printf("XInitThreads() returned %d (success)\n", (int) threadStat);
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Dxeglthreads.c620 Status threadStat; local in function:main
671 threadStat = XInitThreads();
672 if (threadStat) {
674 (int) threadStat);

Completed in 4 milliseconds