HomeSort by relevance Sort by last modified time
    Searched defs:THREADS (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linuxthreads.h 46 /* Define the THREADS symbol to make sure that there is exactly one core dumper
49 #define THREADS "Linux /proc"
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linuxthreads.h 46 /* Define the THREADS symbol to make sure that there is exactly one core dumper
49 #define THREADS "Linux /proc"
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_thread.h 50 #include <pthread.h> /* POSIX threads headers */
57 #ifndef THREADS
58 #define THREADS
83 * POSIX threads. This should be your choice in the Unix world
84 * whenever possible. When building with POSIX threads, be sure
152 * Windows threads. Should work with Windows NT and 95.
153 * IMPORTANT: Link with multithreaded runtime library when THREADS are
232 * THREADS not defined
234 #ifndef THREADS
280 #endif /* THREADS */
    [all...]
  /external/mesa3d/src/mapi/mapi/
u_thread.h 50 #include <pthread.h> /* POSIX threads headers */
57 #ifndef THREADS
58 #define THREADS
83 * POSIX threads. This should be your choice in the Unix world
84 * whenever possible. When building with POSIX threads, be sure
152 * Windows threads. Should work with Windows NT and 95.
153 * IMPORTANT: Link with multithreaded runtime library when THREADS are
232 * THREADS not defined
234 #ifndef THREADS
280 #endif /* THREADS */
    [all...]
  /external/valgrind/main/drd/tests/
circular_buffer.c 180 #define THREADS (10)
184 pthread_t producers[THREADS];
185 pthread_t consumers[THREADS];
186 int thread_arg[THREADS];
207 for (i = 0; i < THREADS; ++i)
214 for (i = 0; i < THREADS; ++i)
218 for (i = 0; i < THREADS; ++i)

Completed in 2357 milliseconds