OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THREADS
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/drd/tests/
circular_buffer.c
174
#define
THREADS
(10)
178
pthread_t producers[
THREADS
];
179
pthread_t consumers[
THREADS
];
180
int thread_arg[
THREADS
];
201
for (i = 0; i <
THREADS
; ++i)
208
for (i = 0; i <
THREADS
; ++i)
212
for (i = 0; i <
THREADS
; ++i)
/external/bluetooth/glib/tests/
thread-test.c
109
#define
THREADS
10
194
GThread *
threads
[
THREADS
];
local
199
for (i = 0; i <
THREADS
; i++)
201
threads
[i] = g_thread_create (test_g_static_private_thread,
206
while (test_g_static_private_ready !=
THREADS
)
215
for (i = 0; i <
THREADS
; i++)
216
g_assert (GPOINTER_TO_INT (g_thread_join (
threads
[i])) == i * 3);
284
GThread *
threads
[
THREADS
];
local
347
GThread *
threads
[G_ONCE_THREADS];
local
[
all
...]
/system/bluetooth/tools/
pipetest.c
337
static int
THREADS
= 100;
340
pthread_t t[
THREADS
];
348
for (i = 0; i <
THREADS
; i++)
351
for (i = 0; i <
THREADS
; i++)
358
pthread_t t[
THREADS
];
364
for (i = 0; i <
THREADS
; i++)
375
for (i = 0; i <
THREADS
; i++) {
/external/llvm/
build-for-llvm-top.sh
49
if test "$
THREADS
" -eq 1 ; then
50
config_options="$config_options --enable-
threads
"
52
config_options="$config_options --disable-
threads
"
Completed in 1342 milliseconds