Home
last modified time | relevance | path

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

/external/valgrind/main/drd/tests/
Dsem_as_mutex.c21 static double s_d1; /* accessed before thread creation and in the created */ variable
66 printf("&s_d1 = %p; &s_d2 = %p; &s_d3 = %p\n", &s_d1, &s_d2, &s_d3); in main()
69 s_d1 = 1; in main()
96 printf("s_d1 = %g (should be 1)\n", s_d1); in thread_func()
Dfp_race.c20 static double s_d1; /* accessed before thread creation and in the created */ variable
65 printf("&s_d1 = %p; &s_d2 = %p; &s_d3 = %p\n", &s_d1, &s_d2, &s_d3); in main()
68 s_d1 = 1; in main()
95 printf("s_d1 = %g (should be 1)\n", s_d1); in thread_func()
Dsem_open.c21 static double s_d1; /* accessed before thread creation and in the created */ variable
79 printf("&s_d1 = %p; &s_d2 = %p; &s_d3 = %p\n", &s_d1, &s_d2, &s_d3); in main()
82 s_d1 = 1; in main()
110 printf("s_d1 = %g (should be 1)\n", s_d1); in thread_func()