Searched refs:s_d2 (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/drd/tests/ |
D | sem_as_mutex.c | 23 static double s_d2; /* accessed in the created thread and after the join */ variable 66 printf("&s_d1 = %p; &s_d2 = %p; &s_d3 = %p\n", &s_d1, &s_d2, &s_d3); in main() 84 if (s_do_printf) printf("s_d2 = %g (should be 2)\n", s_d2); in main() 98 s_d2 = 2; in thread_func()
|
D | fp_race.c | 22 static double s_d2; /* accessed in the created thread and after the join */ variable 65 printf("&s_d1 = %p; &s_d2 = %p; &s_d3 = %p\n", &s_d1, &s_d2, &s_d3); in main() 83 if (s_do_printf) printf("s_d2 = %g (should be 2)\n", s_d2); in main() 97 s_d2 = 2; in thread_func()
|
D | sem_open.c | 23 static double s_d2; /* accessed in the created thread and after the join */ variable 79 printf("&s_d1 = %p; &s_d2 = %p; &s_d3 = %p\n", &s_d1, &s_d2, &s_d3); in main() 97 if (s_do_printf) printf("s_d2 = %g (should be 2)\n", s_d2); in main() 112 s_d2 = 2; in thread_func()
|