OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Thread2
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/unittest/output_tests/
fun_hist_test.cc
26
void
Thread2
() {
34
MyThread t2(
Thread2
, NULL, "test-thread-2");
output_test1.cc
11
void
Thread2
() { // Runs in thread named 'test-thread-2'.
20
MyThread t2(
Thread2
, NULL, "test-thread-2");
/external/valgrind/unittest/
demo_tests.cc
51
void
Thread2
() { // Runs in thread named 'test-thread-2'.
60
MyThread t2(
Thread2
, NULL, "test-thread-2");
206
// Thread1 and
Thread2
access the var under two locks.
360
void
Thread2
() { DoWrite2(); }
371
t2(
Thread2
, NULL, "writer2"),
398
void GoodWriter2() { // Runs in
Thread2
419
void
Thread2
() { DoWrite2(); }
433
t2(
Thread2
, NULL, "good writer2"),
545
void
Thread2
() {
552
MyThreadArray t(Thread1,
Thread2
);
[
all
...]
posix_tests.cc
420
void
Thread2
() { CorrectWrite(&VAR1); }
435
MyThreadArray t(Thread1,
Thread2
, Thread3, Thread4);
1141
void
Thread2
() {
1151
MyThreadArray t(Thread1,
Thread2
);
racecheck_unittest.cc
[
all
...]
/external/valgrind/main/drd/tests/
tsan_unittest.cpp
[
all
...]
Completed in 615 milliseconds