OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threads_running
(Results
1 - 4
of
4
) sorted by null
/external/ltp/testcases/kernel/mem/mtest06/
mmap3.c
50
static int
threads_running
;
variable
81
tst_atomic_dec(&
threads_running
);
93
tst_atomic_inc(&
threads_running
);
185
if (!
threads_running
)
188
tst_res(TINFO, "Waiting for %i threads to terminate",
threads_running
);
192
while ((volatile int)
threads_running
> 1) {
194
(volatile int)
threads_running
);
/external/tensorflow/tensorflow/core/lib/core/
threadpool_test.cc
163
volatile std::atomic<bool>
threads_running
[kNumThreads + 1];
local
165
threads_running
[i] = false;
169
[&
threads_running
, &work, num_threads](int64 begin, int64 end,
175
ASSERT_FALSE(
threads_running
[id].exchange(true));
179
ASSERT_TRUE(
threads_running
[id].exchange(false));
180
threads_running
[id] = false;
186
ASSERT_FALSE(
threads_running
[i]);
/external/ltp/testcases/realtime/func/prio-preempt/
prio-preempt.c
77
volatile int
threads_running
= 0;
variable
175
threads_running
++;
192
threads_running
--;
225
threads_running
--;
272
while (
threads_running
< NUM_WORKERS)
283
while (
threads_running
)
/external/linux-kselftest/tools/testing/selftests/powerpc/math/
fpu_asm.S
100
# int preempt_fpu(double *darray, int *
threads_running
, int *running)
Completed in 182 milliseconds