HomeSort by relevance Sort by last modified time
    Searched refs:child_fn (Results 1 - 25 of 26) sorted by null

1 2

  /external/valgrind/main/helgrind/tests/
tc01_simple_race.c 11 void* child_fn ( void* arg ) function
22 if (pthread_create(&child, NULL, child_fn, NULL)) {
tc02_simple_tls.c 12 void* child_fn ( void* arg ) function
25 if (pthread_create(&child, NULL, child_fn, NULL)) {
locked_vs_unlocked1.c 16 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))) {
tc05_simple_race.c 13 void* child_fn ( void* arg ) function
27 if (pthread_create(&child, NULL, child_fn, NULL)) {
tc06_two_races.c 12 void* child_fn ( void* arg ) function
26 if (pthread_create(&child, NULL, child_fn, NULL)) {
tc09_bad_unlock.c 9 void* child_fn ( void* arg ) function
35 pthread_create( &child, NULL, child_fn, (void*)&mx2 );
37 is reported in child_fn. */
tc16_byterace.c 9 void* child_fn ( void* arg ) function
22 if (pthread_create(&child, NULL, child_fn, NULL)) {
bar_trivial.c 17 void* child_fn ( void* arg ) function
44 r = pthread_create(&thr[i], NULL, child_fn, (void*)i);
locked_vs_unlocked1_fwd.stderr.exp 21 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)
locked_vs_unlocked1_rev.stderr.exp 21 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)
tc01_simple_race.stderr.exp 22 at 0x........: child_fn (tc01_simple_race.c:14)
37 at 0x........: child_fn (tc01_simple_race.c:14)
tc05_simple_race.stderr.exp 22 at 0x........: child_fn (tc05_simple_race.c:19)
37 at 0x........: child_fn (tc05_simple_race.c:19)
tc16_byterace.stderr.exp 22 at 0x........: child_fn (tc16_byterace.c:13)
37 at 0x........: child_fn (tc16_byterace.c:13)
tc06_two_races.stderr.exp 22 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)
tc07_hbl1.c 98 void* child_fn ( void* arg ) function
108 if (pthread_create(&child, NULL, child_fn, NULL)) {
tc08_hbl2.c 117 void* child_fn ( void* arg ) function
141 if (pthread_create(&child, NULL, child_fn, NULL)) {
tc24_nonzero_sem.c 19 void* child_fn ( void* semV ) { function
35 r= pthread_create( &child[i], NULL, child_fn, sem );
tc11_XCHG.c 123 void* child_fn ( void* arg ) function
136 if (pthread_create(&child, NULL, child_fn, NULL)) {
tc06_two_races_xml.stderr.exp 102 <fn>child_fn</fn>
147 <fn>child_fn</fn>
192 <fn>child_fn</fn>
237 <fn>child_fn</fn>
tc09_bad_unlock.stderr.exp 30 by 0x........: child_fn (tc09_bad_unlock.c:11)
96 by 0x........: child_fn (tc09_bad_unlock.c:11)
  /external/valgrind/main/memcheck/tests/
err_disable3.c 28 void* child_fn ( void* arg ) function
51 r = pthread_create(&child, NULL, child_fn, NULL);
err_disable3.stderr.exp 13 by 0x........: child_fn (err_disable3.c:31)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.h 655 tree child_fn; variable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gimple.h 655 tree child_fn; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.h 655 tree child_fn; variable
    [all...]

Completed in 192 milliseconds

1 2