Home
last modified time | relevance | path

Searched refs:s_d2 (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/drd/tests/
Dsem_as_mutex.c23 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()
Dfp_race.c22 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()
Dsem_open.c23 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()