Searched refs:THREADS (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/pixman/dist/test/
H A Dthread-test.c22 #define THREADS 16 macro
151 uint32_t dest[THREADS * DEST_WIDTH];
152 info_t info[THREADS] = { { 0 } };
155 pthread_t threads[THREADS];
156 void *retvals[THREADS];
158 HANDLE hThreadArray[THREADS];
159 DWORD dwThreadIdArray[THREADS];
162 uint32_t crc32s[THREADS], crc32;
165 for (i = 0; i < THREADS; ++i)
172 for (i = 0; i < THREADS;
[all...]
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglthread.h75 && !defined(THREADS)
76 # define THREADS macro
157 * IMPORTANT: Link with multithreaded runtime library when THREADS are
256 #ifndef THREADS
259 * THREADS not defined
278 #endif /* THREADS */
309 # if defined(THREADS)
315 # endif /* defined(THREADS) */
H A Dglapi.c118 #if defined(THREADS)
132 #endif /* defined(THREADS) */
158 #elif defined(THREADS)
198 #elif defined(THREADS)
201 #else /*THREADS*/
203 #endif /*THREADS*/
233 # if defined(THREADS) && !defined(GLX_USE_TLS)
H A Dglapi.h96 # ifdef THREADS
H A Dglthread.c43 * This file should still compile even when THREADS is not defined.
46 #ifdef THREADS
343 #else /* THREADS */
380 #endif /* THREADS */

Completed in 8 milliseconds