OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s_d2
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/drd/tests/
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);
83
if (s_do_printf) printf("
s_d2
= %g (should be 2)\n",
s_d2
);
97
s_d2
= 2;
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);
84
if (s_do_printf) printf("
s_d2
= %g (should be 2)\n",
s_d2
);
98
s_d2
= 2;
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);
97
if (s_do_printf) printf("
s_d2
= %g (should be 2)\n",
s_d2
);
112
s_d2
= 2;
Completed in 135 milliseconds