Searched refs:child_fn (Results 1 - 23 of 23) sorted by relevance

/external/valgrind/helgrind/tests/
H A Dtc01_simple_race.c11 void* child_fn ( void* arg ) function
22 if (pthread_create(&child, NULL, child_fn, NULL)) {
H A Dtc02_simple_tls.c12 void* child_fn ( void* arg ) function
25 if (pthread_create(&child, NULL, child_fn, NULL)) {
H A Dlocked_vs_unlocked1.c16 void* child_fn ( void* arg ) function
29 if (pthread_create(&child1, NULL, child_fn, (void*)(long)(sw ? 0 : 1))) {
34 if (pthread_create(&child2, NULL, child_fn, (void*)(long)(sw ? 1 : 0))) {
H A Dtc05_simple_race.c13 void* child_fn ( void* arg ) function
27 if (pthread_create(&child, NULL, child_fn, NULL)) {
H A Dtc06_two_races.c12 void* child_fn ( void* arg ) function
26 if (pthread_create(&child, NULL, child_fn, NULL)) {
H A Dtc09_bad_unlock.c9 void* child_fn ( void* arg ) function
35 pthread_create( &child, NULL, child_fn, (void*)&mx2 );
37 is reported in child_fn. */
H A Dtc16_byterace.c9 void* child_fn ( void* arg ) function
22 if (pthread_create(&child, NULL, child_fn, NULL)) {
H A Dbar_trivial.c17 void* child_fn ( void* arg ) function
44 r = pthread_create(&thr[i], NULL, child_fn, (void*)i);
H A Dlocked_vs_unlocked1_fwd.stderr.exp20 by 0x........: child_fn (locked_vs_unlocked1.c:18)
27 at 0x........: child_fn (locked_vs_unlocked1.c:19)
33 at 0x........: child_fn (locked_vs_unlocked1.c:19)
H A Dlocked_vs_unlocked1_rev.stderr.exp20 by 0x........: child_fn (locked_vs_unlocked1.c:18)
27 at 0x........: child_fn (locked_vs_unlocked1.c:19)
33 at 0x........: child_fn (locked_vs_unlocked1.c:19)
H A Dstackteardown.c79 void* child_fn ( void* arg ) function
105 r = pthread_create(&child, &attr, child_fn, NULL); assert(!r);
H A Dtc01_simple_race.stderr.exp21 at 0x........: child_fn (tc01_simple_race.c:14)
35 at 0x........: child_fn (tc01_simple_race.c:14)
H A Dtc05_simple_race.stderr.exp21 at 0x........: child_fn (tc05_simple_race.c:19)
35 at 0x........: child_fn (tc05_simple_race.c:19)
H A Dtc16_byterace.stderr.exp21 at 0x........: child_fn (tc16_byterace.c:13)
35 at 0x........: child_fn (tc16_byterace.c:13)
H A Dtc06_two_races.stderr.exp21 at 0x........: child_fn (tc06_two_races.c:14)
35 at 0x........: child_fn (tc06_two_races.c:14)
49 at 0x........: child_fn (tc06_two_races.c:18)
63 at 0x........: child_fn (tc06_two_races.c:18)
H A Dtc24_nonzero_sem.c19 void* child_fn ( void* semV ) { function
35 r= pthread_create( &child[i], NULL, child_fn, sem );
H A Dtc07_hbl1.c129 void* child_fn ( void* arg ) function
139 if (pthread_create(&child, NULL, child_fn, NULL)) {
H A Dtc08_hbl2.c152 void* child_fn ( void* arg ) function
176 if (pthread_create(&child, NULL, child_fn, NULL)) {
H A Dtc06_two_races_xml.stderr.exp102 <fn>child_fn</fn>
147 <fn>child_fn</fn>
192 <fn>child_fn</fn>
237 <fn>child_fn</fn>
H A Dtc11_XCHG.c141 void* child_fn ( void* arg ) function
154 if (pthread_create(&child, NULL, child_fn, NULL)) {
H A Dtc09_bad_unlock.stderr.exp34 by 0x........: child_fn (tc09_bad_unlock.c:11)
112 by 0x........: child_fn (tc09_bad_unlock.c:11)
/external/valgrind/memcheck/tests/
H A Derr_disable3.c28 void* child_fn ( void* arg ) function
51 r = pthread_create(&child, NULL, child_fn, NULL);
H A Derr_disable3.stderr.exp13 by 0x........: child_fn (err_disable3.c:31)

Completed in 145 milliseconds