HomeSort by relevance Sort by last modified time
    Searched full:s_d3 (Results 1 - 9 of 9) sorted by null

  /external/valgrind/main/drd/tests/
fp_race.c 17 /* s_mutex protects s_d3. */
24 static double s_d3; /* accessed simultaneously from both threads (race). */ variable
65 printf("&s_d1 = %p; &s_d2 = %p; &s_d3 = %p\n", &s_d1, &s_d2, &s_d3);
69 s_d3 = 3;
77 s_d3++;
84 if (s_do_printf) printf("s_d3 = %g (should be 5)\n", s_d3);
100 s_d3++;
sem_as_mutex.c 18 /* s_sem protects s_d3. */
25 static double s_d3; /* accessed simultaneously from both threads (race). */ variable
66 printf("&s_d1 = %p; &s_d2 = %p; &s_d3 = %p\n", &s_d1, &s_d2, &s_d3);
70 s_d3 = 3;
78 s_d3++;
85 if (s_do_printf) printf("s_d3 = %g (should be 5)\n", s_d3);
101 s_d3++;
sem_open.c 18 /* s_sem protects s_d3. */
25 static double s_d3; /* accessed simultaneously from both threads (race). */ variable
79 printf("&s_d1 = %p; &s_d2 = %p; &s_d3 = %p\n", &s_d1, &s_d2, &s_d3);
83 s_d3 = 3;
91 s_d3++;
98 if (s_do_printf) printf("s_d3 = %g (should be 5)\n", s_d3);
115 s_d3++;
sem_as_mutex3.stderr.exp 4 Location 0x........ is 0 bytes inside local var "s_d3"
sem_open3.stderr.exp 4 Location 0x........ is 0 bytes inside local var "s_d3"
fp_race.stderr.exp 4 Location 0x........ is 0 bytes inside local var "s_d3"
13 Location 0x........ is 0 bytes inside local var "s_d3"
sem_as_mutex.stderr.exp 4 Location 0x........ is 0 bytes inside local var "s_d3"
13 Location 0x........ is 0 bytes inside local var "s_d3"
sem_open.stderr.exp 4 Location 0x........ is 0 bytes inside local var "s_d3"
13 Location 0x........ is 0 bytes inside local var "s_d3"
fp_race_xml.stderr.exp 51 <auxwhat>Location 0x........ is 0 bytes inside local var "s_d3"</auxwhat>
74 <auxwhat>Location 0x........ is 0 bytes inside local var "s_d3"</auxwhat>

Completed in 60 milliseconds