HomeSort by relevance Sort by last modified time
    Searched refs:s_d1 (Results 1 - 3 of 3) sorted by null

  /external/valgrind/drd/tests/
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);
68 s_d1 = 1;
95 printf("s_d1 = %g (should be 1)\n", s_d1);
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);
69 s_d1 = 1;
96 printf("s_d1 = %g (should be 1)\n", s_d1);
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);
82 s_d1 = 1;
110 printf("s_d1 = %g (should be 1)\n", s_d1);

Completed in 535 milliseconds