Searched refs:s_d1 (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/drd/tests/ |
D | sem_as_mutex.c | 21 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()
|
D | fp_race.c | 20 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()
|
D | sem_open.c | 21 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()
|