HomeSort by relevance Sort by last modified time
    Searched refs:THREADS (Results 1 - 25 of 27) sorted by null

1 2

  /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"
thread_lister.c 41 /* Include other thread listers here that define THREADS macro
45 #ifndef THREADS
77 #endif /* ifndef THREADS */
linuxthreads.cc 36 #ifdef THREADS
63 * after suspending threads. So, we just implement our own copy. A
118 * to call once threads are suspended (depending on whether libc looks up
194 * other threads.
257 /* Create "marker" that we can use to detect threads sharing the same
259 * we minimize the risk of misidentifying child processes as threads;
320 /* Some kernels know about threads, and hide them in "/proc"
322 * id). Threads are moved into a separate "task" directory. We
334 /* Since we are suspending threads, we cannot call any libc
341 * Unless the number of threads is increasing very rapidly, w
    [all...]
  /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"
thread_lister.c 41 /* Include other thread listers here that define THREADS macro
45 #ifndef THREADS
77 #endif /* ifndef THREADS */
linuxthreads.cc 36 #ifdef THREADS
63 * after suspending threads. So, we just implement our own copy. A
118 * to call once threads are suspended (depending on whether libc looks up
194 * other threads.
257 /* Create "marker" that we can use to detect threads sharing the same
259 * we minimize the risk of misidentifying child processes as threads;
320 /* Some kernels know about threads, and hide them in "/proc"
322 * id). Threads are moved into a separate "task" directory. We
334 /* Since we are suspending threads, we cannot call any libc
341 * Unless the number of threads is increasing very rapidly, w
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_current.c 115 #ifdef THREADS
119 #endif /* THREADS */
128 #if defined(THREADS) && defined(WIN32)
135 #if defined(THREADS) && !defined(GLX_USE_TLS)
151 * in order to test if multiple threads are being used.
200 #elif defined(THREADS)
218 #elif defined(THREADS)
244 #elif defined(THREADS)
260 #elif defined(THREADS)
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_current.c 115 #ifdef THREADS
119 #endif /* THREADS */
128 #if defined(THREADS) && defined(WIN32)
135 #if defined(THREADS) && !defined(GLX_USE_TLS)
151 * in order to test if multiple threads are being used.
200 #elif defined(THREADS)
218 #elif defined(THREADS)
244 #elif defined(THREADS)
260 #elif defined(THREADS)
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)
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_priv.h 89 # elif defined(THREADS)
glapi.h 105 # ifdef THREADS
glapi_entrypoint.c 123 #elif defined(THREADS)
  /external/mesa3d/src/mapi/glapi/
glapi_priv.h 89 # elif defined(THREADS)
glapi.h 105 # ifdef THREADS
glapi_entrypoint.c 123 #elif defined(THREADS)
  /external/chromium_org/third_party/mesa/src/src/glx/
glxcurrent.c 147 #elif defined( THREADS )
  /external/mesa3d/src/glx/
glxcurrent.c 147 #elif defined( THREADS )
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.c 164 #elif defined(THREADS)
176 #elif defined(THREADS)
274 #elif defined(THREADS)
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 164 #elif defined(THREADS)
176 #elif defined(THREADS)
274 #elif defined(THREADS)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
debug.c 133 #if defined(THREADS)
  /external/mesa3d/src/mesa/main/
debug.c 133 #if defined(THREADS)
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm     [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm     [all...]

Completed in 1337 milliseconds

1 2