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

/external/valgrind/main/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.exp21 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.exp21 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 Dtc01_simple_race.stderr.exp22 at 0x........: child_fn (tc01_simple_race.c:14)
37 at 0x........: child_fn (tc01_simple_race.c:14)
H A Dtc05_simple_race.stderr.exp22 at 0x........: child_fn (tc05_simple_race.c:19)
37 at 0x........: child_fn (tc05_simple_race.c:19)
H A Dtc16_byterace.stderr.exp22 at 0x........: child_fn (tc16_byterace.c:13)
37 at 0x........: child_fn (tc16_byterace.c:13)
H A Dtc06_two_races.stderr.exp22 at 0x........: child_fn (tc06_two_races.c:14)
37 at 0x........: child_fn (tc06_two_races.c:14)
52 at 0x........: child_fn (tc06_two_races.c:18)
67 at 0x........: child_fn (tc06_two_races.c:18)
H A Dtc07_hbl1.c98 void* child_fn ( void* arg ) function
108 if (pthread_create(&child, NULL, child_fn, NULL)) {
H A Dtc08_hbl2.c117 void* child_fn ( void* arg ) function
141 if (pthread_create(&child, NULL, child_fn, NULL)) {
H A Dtc24_nonzero_sem.c19 void* child_fn ( void* semV ) { function
35 r= pthread_create( &child[i], NULL, child_fn, sem );
H A Dtc11_XCHG.c123 void* child_fn ( void* arg ) function
136 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 Dtc09_bad_unlock.stderr.exp30 by 0x........: child_fn (tc09_bad_unlock.c:11)
96 by 0x........: child_fn (tc09_bad_unlock.c:11)
/external/valgrind/main/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 94 milliseconds